diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-08-29 01:56:12 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-08-29 01:56:12 +0000 |
commit | 48ea043e65943fd66e03788be9867c69b96c738c (patch) | |
tree | a076bca2f76d61a8605606b368dc7e00463db2b3 | |
parent | 9f74cfed8f808009b3acfa0af383218f3bf0fc00 (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,5 +1,7 @@ 2005-08-29 Daniel Stone <daniel@freedesktop.org> + Version 0.99.1. + * configure.ac: * Makefile.am: Define HAS_COOKIE_MAKER and search for mcookie so startx will generate diff --git a/configure.ac b/configure.ac index f0b3297..bef3670 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(xinit,[0.99.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xinit) +AC_INIT(xinit,[0.99.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xinit) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |