diff --git a/configure.ac b/configure.ac index 80483326..382b2286 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.92]) +AC_INIT([libjpeg-turbo], [0.0.93]) BUILD=`date +%Y%m%d` AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2]) diff --git a/win/Makerules b/win/Makerules index 6a6fdf12..3850c22b 100755 --- a/win/Makerules +++ b/win/Makerules @@ -14,7 +14,7 @@ endif _DUMMY := $(shell mkdir -p $(ODIR)) -VERSION = 0.0.90 +VERSION = 0.0.93 CC = "cl" -nologo CXX = "cl" -EHsc -nologo