summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2009-04-08 00:15:19 -0400
committerEamon Walsh <ewalsh@tycho.nsa.gov>2009-04-08 00:15:19 -0400
commit8bfe3b732abfbdda7ac58fbdfe1aaa961769e5b8 (patch)
treecf24be93939db8680a18ffcd55a253ee43d180d5
parentb8066b7b6418ddbdbfc5de1618ae02e7379aa701 (diff)
Release xpyb 1.11.1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4306697..820269e 100644
--- a/NEWS
+++ b/NEWS
@@ -8,3 +8,9 @@ Release 1.0 (2008-10-17)
=========================
Bugfix release.
+
+
+Release 1.1 (2009-04-08)
+=========================
+
+Added new wrap() function.
diff --git a/configure.ac b/configure.ac
index f5b34a5..02b7bd0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.57)
AC_INIT([xpyb],
- 1.0,
+ 1.1,
[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([xpyb.pc.in])
AM_INIT_AUTOMAKE([foreign dist-bzip2])