summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--configure.in2
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f8591d..5a03c15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-05 svu
+
+ * NEWS, configure.in: preparing 3.7
+
2008-09-03 svu
* libxklavier/xklavier_config.c: enforcing UTF-8 output of gettext,
diff --git a/NEWS b/NEWS
index 38ca0d0..3c56277 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+3.7 A couple of essential bugfixes. Now all translated strings are in
+ UTF-8 (even in 8-bit locales).
3.6 Added API for countries and languages
3.5 Got rid of the fallback xml file (some code cleanup).
Fixed a couple of bugs (one crasher)
diff --git a/configure.in b/configure.in
index 74315ab..a0f4372 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT(libxklavier/xklavier.c)
PACKAGE=libxklavier
MAJOR_VERSION=3
-MINOR_VERSION=6
+MINOR_VERSION=7
VERSION=$MAJOR_VERSION.$MINOR_VERSION
VERSION_INFO=13:0:1