summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2011-09-18 00:50:39 +0200
committerJiří Techet <techet@gmail.com>2011-09-18 00:50:39 +0200
commit627e3da0a3b0155cde483698ff267ebc1e8a33f5 (patch)
tree6702ae7a2257e9beb48389302ad7f21490abf5ed
parentba8135b1c63749b2a3cc5f35a2642f962f79de23 (diff)
downloadlibchamplain-0-10.tar.gz
-rw-r--r--NEWS9
-rw-r--r--README2
-rw-r--r--configure.ac4
3 files changed, 12 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2dc7559..85b8fe3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+libchamplain 0.10.1 (2011-09-17)
+===============================
+
+Stable release
+
+Changes:
+* Various fixes backported from trunk (Andreas Henriksson, Frédéric Péters,
+ Javier Jardón, Jiří Techet)
+
libchamplain 0.10.0 (2011-04-04)
===============================
diff --git a/README b/README
index 04ffbe2..5f6da13 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ libchamplain requires:
If you are building libchamplain-gtk, you will also need:
* gtk >= 3.0
- * clutter-gtk >= 0.91.6
+ * clutter-gtk >= 1.0
If you are building libchamplain with local rendering support, you will
also need:
diff --git a/configure.ac b/configure.ac
index b64984a..a7ef9bb 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], [10])
-m4_define([champlain_micro_version], [0])
+m4_define([champlain_micro_version], [1])
m4_define([champlain_version],
[champlain_major_version.champlain_minor_version.champlain_micro_version])
m4_define([champlain_minor_api_version], [m4_eval(champlain_minor_version + champlain_minor_version%2)])
@@ -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=1:1:1
+LIBRARY_VERSION=1:2:1
CHAMPLAIN_API_VERSION=champlain_api_version
CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_api_version
CHAMPLAIN_MAJOR_VERSION=champlain_major_version