aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2010-03-21 01:02:53 +0000
committerDRC <dcommander@users.sourceforge.net>2010-03-21 01:02:53 +0000
commit3130a2491d2a65c1cffed7224f1f65d7c9478acb (patch)
tree967cf4553b8b1e549323a08c5fd1519e705a5b83 /common
parent28af0f9f596689403e0cbd8ed5c1adeb953185ee (diff)
downloadtigervnc-3130a2491d2a65c1cffed7224f1f65d7c9478acb.tar.gz
tigervnc-3130a2491d2a65c1cffed7224f1f65d7c9478acb.zip
Use libjpeg-turbo version marker to indicate which version this directory is synchronized with
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4013 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common')
-rw-r--r--common/jpeg/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/jpeg/configure.ac b/common/jpeg/configure.ac
index f2791b0c..bbff43ef 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], [6.b])
+AC_INIT([libjpeg-turbo], [0.0.91])
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])