]> err.no Git - libchamplain/commitdiff
Version bump to 0.3.91
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 24 Aug 2009 14:18:16 +0000 (10:18 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 24 Aug 2009 14:18:16 +0000 (10:18 -0400)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index f4d468e22302a0303e43092429b87a4005d89095..eff05684c068307072b348bcd8b15186867ce328 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+libchamplain 0.3.91 (2009-08-24)
+===============================
+
+Seventh development release leading to 0.4
+This release has no working bindings until Clutter gets some.
+
+Fixes:
+
+* Improved documentation (Simon Wenner)
+* Fix in animation being an out animation (Pierre-Luc Beaudoin)
+* Simplified flickr Perl demo (Emmanuel Rodriguez)
+
 libchamplain 0.3.90 (2009-08-10)
 ===============================
 
diff --git a/README b/README
index b18e31b0c9a763a20bec90cee85f20566439b834..2eb0306120d9269d31bee4838f64214669c92ea8 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-libchamplain 0.3.90 README
+libchamplain 0.3.91 README
 =========================
 
 libchamplain is a Clutter based widget to display rich, eye-candy and
index 7bdaef9143f40c6482dffbf8633a457f396d843e..dee5d7cfd440e62ed5b61add7bb8eaadf1f1e553 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 m4_define([champlain_major_version], [0])
 m4_define([champlain_minor_version], [3])
-m4_define([champlain_micro_version], [90])
+m4_define([champlain_micro_version], [91])
 m4_define([champlain_version],
           [champlain_major_version.champlain_minor_version.champlain_micro_version])
 m4_define([api_version],
@@ -26,8 +26,8 @@ AM_PROG_CC_C_O
 AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
 
 # Checks for libraries.
-LIBRARY_VERSION=3:1:0
-# API_VERSION is used to generate pc file only
+LIBRARY_VERSION=3:2:0
+# API_VERSION is used to generate pc files only
 API_VERSION=api_version
 CHAMPLAIN_MAJOR_VERSION=champlain_major_version
 CHAMPLAIN_MINOR_VERSION=champlain_minor_version