From 86d8c0aa26e5d05279254a2a72ab057b66073208 Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 20 Apr 2010 18:12:38 +0000 Subject: [PATCH] 0.0.93 git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@172 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 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 -- 2.40.0