diff options
-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..cd94a8e --- /dev/null +++ b/ChangeLog @@ -0,0 +1,4 @@ +2005-10-13 Donnie Berkholz <spyderous@gentoo.org> + + * configure.ac: Bump version to 1.4.1, so xserver can depend on newer + version and not die. diff --git a/configure.ac b/configure.ac index 3594b85..e05ead1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([GLProto], [1.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([GLProto], [1.4.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) XORG_RELEASE_VERSION |