diff options
author | Keith Packard <keithp@keithp.com> | 2015-04-17 11:39:11 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-04-17 11:39:11 -0700 |
commit | ced59e4373b7ad8f89ba222b3f489fb22050b991 (patch) | |
tree | 04beeddfcc6d21270ca3ed81588c0f88f6301c5b | |
parent | 6f963811e4811199417f3c6bc1361248a6d565a8 (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.ac | 2 |
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]) |