[glom/glom-1-16] Rename libglom-1.14 to libglom-1.16 (parallel-installable)



commit f1eaa6cd65d1b14358b55c286d46a781e55d543e
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jul 27 12:36:15 2010 +0200

    Rename libglom-1.14 to libglom-1.16 (parallel-installable)
    
    * configure.ac: Change the GLOM_ABI_VERSION number.

 ChangeLog    |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d43cd5f..03fe5ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-27  Murray Cumming  <murrayc murrayc com>
+
+	Rename libglom-1.14 to libglom-1.16 (parallel-installable)
+
+	* configure.ac: Change the GLOM_ABI_VERSION number.
+
 2010-07-25  Murray Cumming  <murrayc murrayc com>
 
 	Allow unique fields with same name in multiple tables.
diff --git a/configure.ac b/configure.ac
index 1c087dd..49f39e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_DISABLE_STATIC
 # Used for the install directories for headers.  The same number is used in
 # the library name, which must be kept in sync, but variables can't be used
 # with that.
-AC_SUBST([GLOM_ABI_VERSION], [1.14])
+AC_SUBST([GLOM_ABI_VERSION], [1.16])
 AC_DEFINE_UNQUOTED([GLOM_ABI_VERSION], ["$GLOM_ABI_VERSION"],
 		   [Define to the Glom ABI version string.])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]