diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-21 02:30:06 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-21 02:30:06 +0000 |
commit | 3aec4c999217de52ee28beb5dc429e84f25a4cee (patch) | |
tree | c23ba0413ac7e460b07b73bbca926d27c76e0354 | |
parent | 61ba01b94fda571fc02287cfb321e7ace5f4e344 (diff) |
Update package version for X11R7 release.XORG-7_0
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version for X11R7 release. + 2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: diff --git a/configure.ac b/configure.ac index 35bb0a5..050f2a3 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(libdmx, 1.0.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libdmx) +AC_INIT(libdmx, 1.0.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libdmx) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |