diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-03 05:49:19 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-03 05:49:19 +0000 |
commit | 2abc4c46f8d89aa95262db207f7796ee4ee2e2ea (patch) | |
tree | 1fd933cd81060e53a43d58ef7b52ad572a25c44d | |
parent | 83a772ee412acc4cea221e1eb416dfb641f074ed (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-19 Alan Coopersmith <alan.coopersmith@sun.com> * configure.ac: diff --git a/configure.ac b/configure.ac index fb7e04c..1c6cf10 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(xedit,[0.99.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xedit) +AC_INIT(xedit,[0.99.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xedit) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |