diff options
author | Kevin E Martin <kem@kem.org> | 2005-10-19 02:48:08 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-10-19 02:48:08 +0000 |
commit | 1171fa9dc77413f0e90933a565ec07068052afb4 (patch) | |
tree | d3fa72f58beea257fa320c2eaa35426fa14d141f | |
parent | 2a2d905706308b9d5a1c16af1067fb390f43850c (diff) |
Update package version number for RC1 release.XORG-6_99_99_901
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version number for RC1 release. + 2005-10-15 Donnie Berkholz <spyderous@gentoo.org> * configure.ac: Change '==' to portable '='. diff --git a/configure.ac b/configure.ac index e040c121..09c4e682 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.57) AC_INIT([libX11], - 0.99.1, + 0.99.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libX11) AC_CONFIG_SRCDIR([Makefile.am]) |