]> err.no Git - libchamplain/commitdiff
Version bump + NEWS + README
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 10 Aug 2009 19:39:36 +0000 (15:39 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 10 Aug 2009 19:39:36 +0000 (15:39 -0400)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index 936bf24ffa56384073e8e37bf9462c7b6122ddb7..f4d468e22302a0303e43092429b87a4005d89095 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+libchamplain 0.3.90 (2009-08-10)
+===============================
+
+Sixth development release leading to 0.4
+This release has no working bindings until Clutter gets some.
+
+Fixes:
+
+* Fix Bug 591128: Perl bindings are not provided in the tar.gz
+  (Pierre-Luc Beaudoin)
+
 libchamplain 0.3.6 (2009-08-03)
 ===============================
 
diff --git a/README b/README
index 9a6833db451bd0fb0729612f54c18bac2710e79b..b18e31b0c9a763a20bec90cee85f20566439b834 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-libchamplain 0.3.6 README
+libchamplain 0.3.90 README
 =========================
 
 libchamplain is a Clutter based widget to display rich, eye-candy and
index 2d04dc0d1e5cb55e1548881bce2dac690c1a4337..7bdaef9143f40c6482dffbf8633a457f396d843e 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], [6])
+m4_define([champlain_micro_version], [90])
 m4_define([champlain_version],
           [champlain_major_version.champlain_minor_version.champlain_micro_version])
 m4_define([api_version],
@@ -26,7 +26,7 @@ AM_PROG_CC_C_O
 AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
 
 # Checks for libraries.
-LIBRARY_VERSION=3:0:0
+LIBRARY_VERSION=3:1:0
 # API_VERSION is used to generate pc file only
 API_VERSION=api_version
 CHAMPLAIN_MAJOR_VERSION=champlain_major_version