summaryrefslogtreecommitdiff
path: root/jpeg/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'jpeg/configure.ac')
-rw-r--r--jpeg/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/jpeg/configure.ac b/jpeg/configure.ac
index 934d07e9c..503f73612 100644
--- a/jpeg/configure.ac
+++ b/jpeg/configure.ac
@@ -5,7 +5,7 @@
# Configure script for IJG libjpeg
#
-AC_INIT([libjpeg], [9.1.0])
+AC_INIT([libjpeg], [9.3.0])
# Directory where autotools helper scripts lives.
AC_CONFIG_AUX_DIR([.])
@@ -361,5 +361,5 @@ AC_SUBST([JPEG_LIB_VERSION],
[`expr $major + $minor`:0:$minor])
AC_MSG_RESULT([$JPEG_LIB_VERSION])
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile libjpeg.pc])
AC_OUTPUT