summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 54f2ad1..4306697 100644
--- a/NEWS
+++ b/NEWS
@@ -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])