diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-06-22 22:21:22 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-06-22 22:21:22 +0000 |
commit | 66ff97166f17621d962f1254b09757af26ebc2c7 (patch) | |
tree | 4302a9872201f93bec8e51f3c490584b41d61aa5 /configure.in | |
parent | 095f29652994075962cdfc43265e84fb690e9421 (diff) | |
download | weechat-66ff97166f17621d962f1254b09757af26ebc2c7.zip |
Version 0.0.7-pre2 - window management
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index c74d54759..19ed4637e 100644 --- a/configure.in +++ b/configure.in @@ -19,10 +19,10 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT(WeeChat, 0.0.7-pre1, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.0.7-pre2, flashcode@flashtux.org) AC_CONFIG_SRCDIR([src/common/weechat.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([weechat], [0.0.7-pre1]) +AM_INIT_AUTOMAKE([weechat], [0.0.7-pre2]) # Checks for programs. AC_PROG_CC |