diff options
author | sabetts <sabetts> | 2000-11-27 10:09:18 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-11-27 10:09:18 +0000 |
commit | cef9a8fb191ebe2cace73b00c016aadc6b84cf78 (patch) | |
tree | 118485bbaf5dbf5a75f73ab9c4500ce842dcfe61 | |
parent | 4d5c1a6c9a9aef8e3386d2a643e7ce4f9e44f201 (diff) | |
download | ratpoison-cef9a8fb191ebe2cace73b00c016aadc6b84cf78.zip |
bumped version number
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d943d0b..8a06578 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/main.c) -AM_INIT_AUTOMAKE(ratpoison, 0.0.5) +AM_INIT_AUTOMAKE(ratpoison, 0.0.6) AM_CONFIG_HEADER(src/config.h) |