summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-04-02 02:57:02 +0300
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-04-02 02:57:02 +0300
commit9cf0c5720838a6c51ad6424f9d74ef19d9393a4a (patch)
tree35e8553f87aec580916a2291998875f162b93474
parent9193a18de985c02879c0d9fc8c4c035df0a617bc (diff)
downloadlibchamplain-0-2.tar.gz
Version bump to 0.2.10v0.2.10libchamplain-0-2
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e105083..6199854 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
libchamplain 0.2.9 (2009-02-26)
===============================
+Fixes:
+
+* Fix symbols' export (some tidy_* were left)
+* Get rid of the svg file
+
+libchamplain 0.2.9 (2009-02-26)
+===============================
+
Enhancements:
* Add a new animated marker demo
diff --git a/configure.ac b/configure.ac
index 4dfc31a..6617917 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(libchamplain, 0.2.9, pierre-luc@pierlux.com)
+AC_INIT(libchamplain, 0.2.10, pierre-luc@pierlux.com)
AC_CONFIG_SRCDIR([champlain/champlainview.h])
AC_CONFIG_HEADER([config.h])