From: Pierre-Luc Beaudoin Date: Mon, 10 Aug 2009 19:39:36 +0000 (-0400) Subject: Version bump + NEWS + README X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=770a08c6e972a6debc326bb5011082a0bb4637b1;p=libchamplain Version bump + NEWS + README --- 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