From 79778f6588aad6d791b80286c7cc07c32bdba9ed Mon Sep 17 00:00:00 2001 From: DRC Date: Wed, 26 Jan 2011 05:34:01 +0000 Subject: [PATCH] 1.0.2 git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.0.x@323 632fc199-4ca6-4c93-a231-07263d6284db --- configure.ac | 2 +- win/Makerules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a34819a8..e8fc92fb 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], [1.0.1]) +AC_INIT([libjpeg-turbo], [1.0.2]) BUILD=`date +%Y%m%d` AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2]) diff --git a/win/Makerules b/win/Makerules index a52f8918..291e1ff6 100755 --- a/win/Makerules +++ b/win/Makerules @@ -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