diff options
author | Keith Packard <keithp@keithp.com> | 2015-04-17 11:38:49 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-04-17 11:38:49 -0700 |
commit | 6f963811e4811199417f3c6bc1361248a6d565a8 (patch) | |
tree | 0bd4fe8290c00d847ed8a9b16db08b3dba813a46 | |
parent | c66dc19c2d05a3a59320b9111dd50f077bf7315e (diff) |
Reset version number so we can 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 a88ca7f..637f236 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, [1.0.0], +AC_INIT(libXpresent, [0.0.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXpresent]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |