summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-10-19 02:48:08 +0000
committerKevin E Martin <kem@kem.org>2005-10-19 02:48:08 +0000
commit1171fa9dc77413f0e90933a565ec07068052afb4 (patch)
treed3fa72f58beea257fa320c2eaa35426fa14d141f
parent2a2d905706308b9d5a1c16af1067fb390f43850c (diff)
Update package version number for RC1 release.XORG-6_99_99_901
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 746d5acb..07882597 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])