summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2011-03-31 00:12:23 +0200
committerJiří Techet <techet@gmail.com>2011-03-31 00:12:23 +0200
commit59d4f61d45920c3f337b164520437e848e63a78b (patch)
tree4a423e31899bd5f281d8a39d4f257d0d46ab4923
parent71efb9fcd9170b2d1ba6deda30036029f34c2213 (diff)
downloadlibchamplain-0-8.tar.gz
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index eb8e45a..1cbb5cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+libchamplain 0.8.3 (2011-03-31)
+===============================
+
+Stable release
+
+Changes:
+* Fix polygons not showing properly (Jiří Techet)
+
+
libchamplain 0.8.2 (2011-03-20)
===============================
diff --git a/configure.ac b/configure.ac
index de6dea5..02eb4e0 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], [8])
-m4_define([champlain_micro_version], [2])
+m4_define([champlain_micro_version], [3])
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=2:3:1
+LIBRARY_VERSION=2:4:1
CHAMPLAIN_API_VERSION=champlain_api_version
CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_api_version
CHAMPLAIN_MAJOR_VERSION=champlain_major_version