diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-15 00:24:01 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-15 00:24:01 +0000 |
commit | ab8a9596b7c9729914b1444208521e939f35535f (patch) | |
tree | 39d1358e7f48b9828e337fa8e8a8b78589554d59 | |
parent | d1ae6091d49c8af843e6895cb438225078a0f797 (diff) |
Update package version number for final X11R7 release candidate.XORG-6_99_99_904
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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-07 Kevin E. Martin <kem-at-freedesktop-dot-org> * Makefile.am: diff --git a/configure.ac b/configure.ac index 585ed9e..f99a2c2 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(bitmap,[0.99.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],bitmap) +AC_INIT(bitmap,[1.0.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],bitmap) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |