summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-04-17 11:39:11 -0700
committerKeith Packard <keithp@keithp.com>2015-04-17 11:39:11 -0700
commitced59e4373b7ad8f89ba222b3f489fb22050b991 (patch)
tree04beeddfcc6d21270ca3ed81588c0f88f6301c5b
parent6f963811e4811199417f3c6bc1361248a6d565a8 (diff)
Bump version to 1.0.0libXpresent-1.0.0
This should make release.sh happy Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 637f236..a88ca7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_PREREQ([2.60])
# that 'revision' number appears in Xpresent.h and has to be manually
# synchronized.
#
-AC_INIT(libXpresent, [0.0.0],
+AC_INIT(libXpresent, [1.0.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXpresent])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])