summaryrefslogtreecommitdiff
path: root/libgphoto2_port
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2006-06-19 19:43:03 +0000
committerHubert Figuiere <hub@figuiere.net>2006-06-19 19:43:03 +0000
commita3ad1d864a1dd887ac2c42e64abc51464e5ce104 (patch)
treeaab94a3631d67929bdb3d8355eb89ed636fbd21a /libgphoto2_port
parent15d0f7339ac91efdb391bcbe04fa70ee569361ac (diff)
downloadlibgphoto2-a3ad1d864a1dd887ac2c42e64abc51464e5ce104.tar.gz
merge version bumps and CHANGES from 2.2.1
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@8906 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port')
-rw-r--r--libgphoto2_port/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgphoto2_port/configure.in b/libgphoto2_port/configure.in
index 059899b2b..4cea52328 100644
--- a/libgphoto2_port/configure.in
+++ b/libgphoto2_port/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoreconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([libgphoto2_port], [0.6.0], [gphoto-devel@lists.sourceforge.net], [libgphoto2_port])
+AC_INIT([libgphoto2_port], [0.6.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2_port])
AC_CONFIG_SRCDIR([libgphoto2_port/gphoto2-port.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
@@ -30,7 +30,7 @@ dnl increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
dnl REVISION is set to 0, otherwise REVISION is incremented.
dnl ---------------------------------------------------------------------------
AC_SUBST([LIBGPHOTO2_PORT_AGE], [6])
-AC_SUBST([LIBGPHOTO2_PORT_REVISION], [0])
+AC_SUBST([LIBGPHOTO2_PORT_REVISION], [1])
AC_SUBST([LIBGPHOTO2_PORT_CURRENT], [6])
AC_SUBST([LIBGPHOTO2_PORT_CURRENT_MIN],
[`expr $LIBGPHOTO2_PORT_CURRENT - $LIBGPHOTO2_PORT_AGE`])