[libchamplain] 0.12.0



commit 95f8327bdab2f80bcb345ab18b6f19fd03533b64
Author: JiÅÃ Techet <techet gmail com>
Date:   Sat Sep 17 23:28:53 2011 +0200

    0.12.0

 NEWS         |   10 +++++++++-
 README       |    2 +-
 configure.ac |    4 ++--
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3e3d14f..35dd1c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+libchamplain 0.12.0 (2011-09-17)
+===============================
+
+Stable release
+
+Changes:
+* Some minor fixes (Javier JardÃn, JiÅÃ Techet)
+
 libchamplain 0.11.0 (2011-09-03)
 ===============================
 
@@ -5,7 +13,7 @@ Unstable release
 
 Changes:
 * Animated zoom-in/out (JiÅÃ Techet)
-* Various fixes (Andreas Henriksson, Fréric Pérs, JiÅÃ Techet)
+* Various fixes (Andreas Henriksson, FrÃdÃric PÃters, JiÅÃ Techet)
 
 libchamplain 0.10.0 (2011-04-04)
 ===============================
diff --git a/README b/README
index 6314898..58ece16 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-libchamplain 0.11 README
+libchamplain 0.12 README
 =========================
 
 libchamplain is a Clutter based widget to display rich, eye-candy and
diff --git a/configure.ac b/configure.ac
index 8bcea86..c0e03f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 m4_define([champlain_major_version], [0])
-m4_define([champlain_minor_version], [11])
+m4_define([champlain_minor_version], [12])
 m4_define([champlain_micro_version], [0])
 m4_define([champlain_version],
           [champlain_major_version.champlain_minor_version.champlain_micro_version])
@@ -36,7 +36,7 @@ AM_PROG_CC_C_O
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-LIBRARY_VERSION=0:0:0
+LIBRARY_VERSION=0:1:0
 CHAMPLAIN_API_VERSION=champlain_api_version
 CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_api_version
 CHAMPLAIN_MAJOR_VERSION=champlain_major_version



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