diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-15 00:24:38 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-15 00:24:38 +0000 |
commit | 2f091ac1252c833bf70639b718bb1ac738066016 (patch) | |
tree | 4ec259555a1e832f2be05f59de7fa7adc2e37b3c | |
parent | 7bc2f8f300a7fac1f86d281459e74f2c3aafde07 (diff) |
Update package version number for final X11R7 release candidate.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..c722b51 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,4 @@ +2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version number for final X11R7 release candidate. diff --git a/configure.ac b/configure.ac index 5573a78..440b1a3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([ScrnSaverProto], [1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([ScrnSaverProto], [1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) XORG_RELEASE_VERSION |