[libchamplain] Version bump + NEWS + README



commit 770a08c6e972a6debc326bb5011082a0bb4637b1
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Mon Aug 10 15:39:36 2009 -0400

    Version bump + NEWS + README

 NEWS         |   11 +++++++++++
 README       |    2 +-
 configure.ac |    4 ++--
 3 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 936bf24..f4d468e 100644
--- 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 9a6833d..b18e31b 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 2d04dc0..7bdaef9 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], [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



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