summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-15 00:24:28 +0000
committerKevin E Martin <kem@kem.org>2005-12-15 00:24:28 +0000
commitb091c217f3c3f60dde78b09a95c150df6c83d7ba (patch)
tree53f503b421a05513780507a65e008ba24aa013ef
parente7c04e0e65a2a0c70c6ad29ec2d6f4350fd81c2a (diff)
downloadxorg-lib-libX11-XORG-6_99_99_904.tar.gz
Update package version number for final X11R7 release candidate.XORG-6_99_99_904
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c777973..3b9367da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update package version number for final X11R7 release candidate.
+
2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
* man/Makefile.am:
diff --git a/configure.ac b/configure.ac
index 93e0f3f3..d21751d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.57)
AC_INIT([libX11],
- 0.99.4,
+ 1.0.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
libX11)
AC_CONFIG_SRCDIR([Makefile.am])