summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])