summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2008-02-22 12:44:13 -0500
committerHubert Figuiere <hub@figuiere.net>2008-02-22 12:44:13 -0500
commitcf8c289b5f47f6e6710c5987ac4915189824f28e (patch)
tree3b3dd9ddd359e480829808c798077cf0eca0676e
parente62177018b871ac91d9ce4d469f2ab3e85dedca1 (diff)
1.99.10
-rw-r--r--ChangeLog2
-rw-r--r--NEWS4
-rw-r--r--configure.ac3
3 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ffdfbb..5ee81ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+=== 1.99.9 ===
+
2008-01-30 Hubert Figuiere <hub@figuiere.net>
* exempi/xmp.h (XMP_OPEN_OPNLYXMP): Bad API breakage fix (introduced
diff --git a/NEWS b/NEWS
index 5d824e9..e878222 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.99.10
+
+
+
1.99.9
- Bug: fixed an API breakage introduced in 1.99.8
diff --git a/configure.ac b/configure.ac
index 382ab6e..a591ffe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.50)
AC_INIT(exempi/xmp.h)
-AM_INIT_AUTOMAKE(exempi, 1.99.9)
+AM_INIT_AUTOMAKE(exempi, 1.99.10)
AM_MAINTAINER_MODE
dnl ---------------------------------------------------------------------------
@@ -36,6 +36,7 @@ dnl 1.99.6 is the revision 3.1.0 WHICH IS WRONG!!!
dnl 1.99.7 is the revision 4.1.0
dnl 1.99.8 is the revision 4.1.1
dnl 1.99.9 is the revision 4.1.1 (no library change have been made)
+dnl 1.99.10 is the revision
AC_SUBST([EXEMPI_REVISION], [1])
AC_SUBST([EXEMPI_AGE], [1])
AC_SUBST([EXEMPI_CURRENT], [4])