[cluttermm] Increment cluttermm API version to 1.0



commit 6edfe900106744550e0cd39243406f0367057288
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Sat Oct 3 17:22:49 2009 +0200

    Increment cluttermm API version to 1.0
    
    * configure.ac (MM_INIT_MODULE): Change the module name from
    cluttermm-0.9 to cluttermm-1.0, following clutter.  Note that this
    does not imply that cluttermm has reached API or ABI stability.

 ChangeLog    |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e6b9016..e2f8a75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-03  Daniel Elstner  <daniel kitta gmail com>
+
+	Increment cluttermm API version to 1.0
+
+	* configure.ac (MM_INIT_MODULE): Change the module name from
+	cluttermm-0.9 to cluttermm-1.0, following clutter.  Note that this
+	does not imply that cluttermm has reached API or ABI stability.
+
 2009-10-02  Daniel Elstner  <danielk openismus com>
 
 	Correct bad code pointed out by compiler warnings
diff --git a/configure.ac b/configure.ac
index eef01a5..cf1e2df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 
 MM_PREREQ([0.8])
-MM_INIT_MODULE([cluttermm-0.9])
+MM_INIT_MODULE([cluttermm-1.0])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
 AC_SUBST([CLUTTERMM_SO_VERSION], [0:0:0])



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