summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2006-11-25 15:08:41 +0000
committerHubert Figuiere <hub@figuiere.net>2006-11-25 15:08:41 +0000
commita8f5954f5d7dda10b59c4751df40812a6e059436 (patch)
tree2a50ad3b1553c0d52d95806fddb0cdb7a5969896
parent7322931c6e5e17f07d8f3ca6ec16a3794e612275 (diff)
downloadlibgphoto2-a8f5954f5d7dda10b59c4751df40812a6e059436.tar.gz
bump soname
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9463 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--ChangeLog3
-rw-r--r--libgphoto2_port/configure.ac5
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 792bcd99f..57979a40f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-11-25 Hubert Figuiere <hub@figuiere.net>
+ * libgphoto2_port/configure.ac: bump soname for libgphoto2_port
+ post 2.3.0 branch
+
* configure.ac: 2.3.0.1.trunk because we branched 2.3.0
2006-10-14 Hubert Figuiere <hub@figuiere.net>
diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac
index 9d52388d4..0f3be9657 100644
--- a/libgphoto2_port/configure.ac
+++ b/libgphoto2_port/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoreconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([libgphoto2 port access library], [0.7.0], [gphoto-devel@lists.sourceforge.net], [libgphoto2_port])
+AC_INIT([libgphoto2 port access library], [0.7.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2_port])
AC_CONFIG_SRCDIR([libgphoto2_port/gphoto2-port-version.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
@@ -39,8 +39,9 @@ dnl REVISION is set to 0, otherwise REVISION is incremented.
dnl ---------------------------------------------------------------------------
dnl A:R:C=6:1:6 libgphoto2_port-0.6.1 libgphoto2-2.2.1
dnl A:R:C=7:0:7 libgphoto2_port-0.7.0 libgphoto2-2.3
+dnl A:R:C=7:1:7 libgphoto2_port-0.7.1 libgphoto2-2.3.x
AC_SUBST([LIBGPHOTO2_PORT_AGE], [7])
-AC_SUBST([LIBGPHOTO2_PORT_REVISION], [0])
+AC_SUBST([LIBGPHOTO2_PORT_REVISION], [1])
AC_SUBST([LIBGPHOTO2_PORT_CURRENT], [7])
AC_SUBST([LIBGPHOTO2_PORT_CURRENT_MIN],
[`expr $LIBGPHOTO2_PORT_CURRENT - $LIBGPHOTO2_PORT_AGE`])