diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-08-31 09:37:27 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-08-31 09:37:27 +0000 |
commit | 5b2b432ab4681d374537ab1d104fc016ab553135 (patch) | |
tree | 3a58bb28e51ceb6744348cd8bea2cd798fc0eafa | |
parent | 5390e188325ff1e65d2c33531ab8513a33686f58 (diff) |
Bump to 0.99.1.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ 2005-08-29 Daniel Stone <daniel@freedesktop.org> + Bump to 0.99.1. + * configure.ac: Add support for more extensions. diff --git a/configure.ac b/configure.ac index 97d11fa..7daf472 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(xset,[0.99.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xset) +AC_INIT(xset,[0.99.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xset) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |