summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Udaltsov <sergey.udaltsov@gmail.com>2019-05-31 00:09:32 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2019-05-31 00:09:32 +0100
commitacdcd04133c3220f15d6c0e0be47c9be8f8296bb (patch)
treed738c51669c51182d77b91cf4282ff066f7bf64c
parentcaeba4b1f5da2792c40c670d421782a82bf9a6cb (diff)
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7bdaec51..98fbdb39 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+2.27 Big change: dropping intltool
+ 24 commits
+ Translations updated
2.26 Bugzilla moved to gitlab as well
19 commits
Translations updated
diff --git a/configure.ac b/configure.ac
index 794873e7..94d553ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(xkeyboard-config, 2.26)
+AC_INIT(xkeyboard-config, 2.27)
AC_CONFIG_SRCDIR(rules/base.xml)
AM_INIT_AUTOMAKE([foreign dist-bzip2])