diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2009-12-14 svu + + * configure.in, NEWS: release 2.28.2 + 2009-12-09 svu * libgnomekbd/gkbd-indicator.c: Hurray, flags are clickable again, @@ -1,3 +1,6 @@ +2.28.2: + Small fixes for the rendering + 2.28.0: Updated translations diff --git a/configure.in b/configure.in index 8aade90..91a1e9a 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for libgnomekbd *** dnl *************************************************************************** -AC_INIT(libgnomekbd, 2.28.0, [http://bugzilla.gnome.org/enter_bug.cgi?product=libgnomekbd]) +AC_INIT(libgnomekbd, 2.28.2, [http://bugzilla.gnome.org/enter_bug.cgi?product=libgnomekbd]) AC_PREREQ(2.59) VERSION_INFO=4:0:0 |