diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-03 05:49:41 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-03 05:49:41 +0000 |
commit | 19a7b8a70f3cfac4dbc652cc918deefba2380700 (patch) | |
tree | da0e5980c30228d47bf79e367b91b26f44279910 | |
parent | 092577dbc7f5fe59bbec80b29f42bacb73844fa7 (diff) |
Update package version number for X11R7 RC3 release.XORG-6_99_99_903
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version number for X11R7 RC3 release. + 2005-11-15 Kevin E. Martin <kem-at-freedesktop-dot-org> * Makefile.am: diff --git a/configure.ac b/configure.ac index 8adddae..18a8c1d 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(font-util, [0.99.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], font-util) +AC_INIT(font-util, [0.99.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], font-util) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |