diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-03-04 16:30:58 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-03-04 16:30:58 -0800 |
commit | 994443524ade46bad03eea0acbd1410d561c591d (patch) | |
tree | 6901fc802af48821632d7a84fefa064fe06e87cf | |
parent | c0a233895cc8270ec0ff0bd2abb88d3f6dd524c3 (diff) |
configure: Bump version to 1.1.0 for releaselibXt-1.1.0
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2c35ea4..e268aa6 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXt], [1.0.99.1], +AC_INIT([libXt], [1.1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXt]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |