gnomemm r2048 - cluttermm/trunk



Author: murrayc
Date: Mon Feb 16 14:30:54 2009
New Revision: 2048
URL: http://svn.gnome.org/viewvc/gnomemm?rev=2048&view=rev

Log:
Increased version.

Modified:
   cluttermm/trunk/ChangeLog
   cluttermm/trunk/NEWS
   cluttermm/trunk/configure.in

Modified: cluttermm/trunk/NEWS
==============================================================================
--- cluttermm/trunk/NEWS	(original)
+++ cluttermm/trunk/NEWS	Mon Feb 16 14:30:54 2009
@@ -1,3 +1,7 @@
+0.9.0:
+
+* Now wraps clutter-0.9, though we do not wrap much new API yet.
+
 0.7.4:
 
 * Timeline: Correct the constructor implementation.

Modified: cluttermm/trunk/configure.in
==============================================================================
--- cluttermm/trunk/configure.in	(original)
+++ cluttermm/trunk/configure.in	Mon Feb 16 14:30:54 2009
@@ -74,7 +74,7 @@
 # Note: We depend on cairomm only because pangomm depends on it
 # (but it was not in the pangomm .pc file until recently).
 PKG_CHECK_MODULES(CLUTTERMM,
-                  [clutter-0.9
+                  [clutter-0.9 >= 0.9.1
                    glibmm-2.4 >= 2.14
                    pangomm-1.4 >= 2.12
                    cairomm-1.0])
@@ -83,7 +83,7 @@
 
 
 # the API version of the library.  Libraries and pkg-config files will have this
-# value appended to them, e.g. libclutter-0.8.so
+# value appended to them, e.g. libclutter-0.9.so
 API_VER=[0.9]
 AC_SUBST(API_VER)
 



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