diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-03 05:49:20 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-03 05:49:20 +0000 |
commit | 9d4606cf318bf4432068db87ee55572b2695d7ed (patch) | |
tree | a7f7ae183b1af987954407152a268b400f229c08 | |
parent | 982954c1edb0505be600e6b034d75aaa3d334f24 (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-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: diff --git a/configure.ac b/configure.ac index c16ed3f..5d4d637 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(xfontsel,[0.99.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xfontsel) +AC_INIT(xfontsel,[0.99.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xfontsel) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |