diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-03 05:49:15 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-03 05:49:15 +0000 |
commit | d76c640e4172b32112e527e83458345da3fc715c (patch) | |
tree | 64b87edb83f8c8b3ac92fc36369fa0e379f5f7ad | |
parent | 0f9a04d1abab2760d3cb145b0e907c8509c8d3e7 (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-20 Alan Coopersmith <alan.coopersmith@sun.com> * configure.ac: diff --git a/configure.ac b/configure.ac index b9cff17..0f19020 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(fonttosfnt,[0.99.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],fonttosfnt) +AC_INIT(fonttosfnt,[0.99.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],fonttosfnt) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |