[libchamplain] Version bump to 0.3.91



commit c753a006a28cbaf9ce35dc10d5e9625dd6b1001e
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Mon Aug 24 10:18:16 2009 -0400

    Version bump to 0.3.91

 NEWS         |   12 ++++++++++++
 README       |    2 +-
 configure.ac |    6 +++---
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index f4d468e..eff0568 100644
--- 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 b18e31b..2eb0306 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 7bdaef9..dee5d7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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



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