summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7f558bb..7de3ebd 100755
--- a/configure
+++ b/configure
@@ -2296,7 +2296,7 @@ fi
# Define the identity of the package.
PACKAGE=libjpeg
- VERSION=6b
+ VERSION=6.1.0
cat >>confdefs.h <<_ACEOF
diff --git a/configure.ac b/configure.ac
index 7eb8da3..b2c90d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_CONFIG_HEADERS([jconfig.h jconfig_api.h])
AC_CANONICAL_SYSTEM
# Initialize Automake
-AM_INIT_AUTOMAKE([libjpeg], [6b])
+AM_INIT_AUTOMAKE([libjpeg], [6.1.0])
# Add configure option --enable-maintainer-mode which enables dependency
# checking and generation useful to package maintainers. This is made an