diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -2,3 +2,9 @@ Release 0.9 (2008-07-29) ========================= Initial release. + + +Release 1.0 (2008-10-17) +========================= + +Bugfix release. diff --git a/configure.ac b/configure.ac index 56ea7b7..f5b34a5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.57) AC_INIT([xpyb], - 0.9, + 1.0, [xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([xpyb.pc.in]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |