From bf5a12db4268434ddcdc99b558858eb171e51f92 Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 18 May 2010 17:31:32 +0000 Subject: [PATCH] Go ahead and set the version to 1.0.0 so all interim builds will be release candidates git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@192 632fc199-4ca6-4c93-a231-07263d6284db --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a647c0bd..d85cbcd9 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.56]) -AC_INIT([libjpeg-turbo], [0.0.94]) +AC_INIT([libjpeg-turbo], [1.0.0]) BUILD=`date +%Y%m%d` AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])