summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2008-10-17 16:49:06 -0400
committerEamon Walsh <ewalsh@tycho.nsa.gov>2008-10-17 16:49:06 -0400
commitb1b3db3ce10b08887e48c1bc608c65a50f8bd391 (patch)
tree23e32f6e6f4498ea359b0fff8bb1ee422a2dfe70
parent4b52fed6a829aafb673aff1291bda98c74fd037f (diff)
Release xpyb 1.01.0
-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])