aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-04-20 18:12:38 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-04-20 18:12:38 +0000
commitc0e945a63feefbb41471cf1ed0095e161689e45b (patch)
tree979ef16da5414d4055466d203695e87eb6f3f29c
parent39b768288d2df088699181ff50367632b2e14dd9 (diff)
0.0.93
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@172 632fc199-4ca6-4c93-a231-07263d6284db
-rw-r--r--configure.ac2
-rwxr-xr-xwin/Makerules2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8048332..382b228 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 6a6fdf1..3850c22 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