diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-08-03 19:17:44 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-08-03 19:17:44 +0000 |
commit | aab8ddd427394e6567c4ab5e14c8f166d29a770c (patch) | |
tree | ba52b1d3ac11cb57d4b6aa7471d244dcc6fbb369 | |
parent | 365d8a59d4c01f383648c44a1961e5b7fc8b111e (diff) | |
download | tigervnc-aab8ddd427394e6567c4ab5e14c8f166d29a770c.tar.gz tigervnc-aab8ddd427394e6567c4ab5e14c8f166d29a770c.zip |
Sync with libjpeg-turbo 1.0.1
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4117 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | common/jpeg/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/jpeg/configure.ac b/common/jpeg/configure.ac index 3b6504f5..2e401489 100644 --- a/common/jpeg/configure.ac +++ b/common/jpeg/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.0]) +AC_INIT([libjpeg-turbo], [1.0.1]) AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2]) |