summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2006-04-19 02:44:30 +0000
committerHubert Figuiere <hub@figuiere.net>2006-04-19 02:44:30 +0000
commite48a69c9ee79a7d13fbdd100d677339f42c04c96 (patch)
treeb73a793e59824c3d08b52b9dc00b06114667ea4f
parent91ad5a77404e02ba9c586e7b64ddbe80fb5e29de (diff)
downloadlibgphoto2-e48a69c9ee79a7d13fbdd100d677339f42c04c96.tar.gz
version 2.1.99.1
git-svn-id: https://svn.code.sf.net/p/gphoto/code/branches/libgphoto2-2_2/libgphoto2@8755 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e9039450..00e0d5e23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-18 Hubert Figuiere <hub@figuiere.net>
+
+ * configure.in: 2.1.99.1
+
2006-03-21 Marcus Meissner <marcus@jet.franken.de>
* libgphoto2/gphoto2-camera.[ch]:
diff --git a/configure.in b/configure.in
index e71f8b63e..17909069d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,6 @@
dnl Process this file with autoreconf to produce a configure script.
AC_PREREQ(2.59)
-dnl ******* THE NEXT VERSION MUST BE 2.1.99.1 at least or higher!
-AC_INIT([libgphoto2], [2.1.99.0trunk], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+AC_INIT([libgphoto2], [2.1.99.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([libgphoto2_port/m4])