summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2017-09-06 23:28:59 +0200
committerJiří Techet <techet@gmail.com>2017-09-06 23:28:59 +0200
commitdaea081ce4a67d0c221de5f389130355fe37e73e (patch)
treeb3c01f6fbe325abcba8befb1b37e0a24b3541afe
parent2748a76369e91a6c5002b8e17edcb7b8be739e65 (diff)
downloadlibchamplain-daea081ce4a67d0c221de5f389130355fe37e73e.tar.gz
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 07175cf..f30fec4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+libchamplain 0.12.16 (2017-09-06)
+=================================
+
+Stable release
+
+Changes:
+
+* Add possibility to set User-Agent for requests (Jens Georg)
+* Fix touch gesture zoom (Jan-Michael Brummer)
+* Python demo fixes and cleanups (Chris Mayo)
+
libchamplain 0.12.15 (2017-03-08)
=================================
diff --git a/configure.ac b/configure.ac
index 8276321..db3bb8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=9:1:9
+LIBRARY_VERSION=10:0:10
CHAMPLAIN_API_VERSION=champlain_api_version
CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_api_version
CHAMPLAIN_MAJOR_VERSION=champlain_major_version