git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@323 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC
2011-01-26 05:34:01 +00:00
parent a432ff43a2
commit 79778f6588
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.56])
AC_INIT([libjpeg-turbo], [1.0.1])
AC_INIT([libjpeg-turbo], [1.0.2])
BUILD=`date +%Y%m%d`
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])

View File

@@ -13,7 +13,7 @@ endif
_DUMMY := $(shell mkdir -p $(ODIR))
VERSION = 1.0.1
VERSION = 1.0.2
CC = "cl" -nologo
CXX = "cl" -EHsc -nologo