diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-15 00:24:28 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-15 00:24:28 +0000 |
commit | 71a706971e7b4d82c128eb82ede2b7e573c0642b (patch) | |
tree | 4f5e543ccde23613525e3fdf0b30323f21116550 | |
parent | a05661afa2fd3ec976473976dff0fa25ac3b8253 (diff) |
Update package version number for final X11R7 release candidate.XORG-7_0XORG-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-03 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: diff --git a/configure.ac b/configure.ac index d5556d7..f0c6a0e 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ dnl protocol, so Xcomposite version l.n.m corresponds to protocol version l.n dnl that 'revision' number appears in Xcomposite.h and has to be manually dnl synchronized. dnl -AC_INIT(libXcomposite, 0.2.2.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXcomposite) +AC_INIT(libXcomposite, 0.2.2.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXcomposite) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |