diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-01-24 20:17:01 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-01-24 20:17:01 +0000 |
commit | 69cb87251e20aa759675e12e72deb39899e69ee2 (patch) | |
tree | 2a9d8034801ffccd539a093d807552b43bcd8a55 /configure.in | |
parent | 8bcbc3dcae92eaff85bb07476561a3361c2109cd (diff) | |
download | weechat-69cb87251e20aa759675e12e72deb39899e69ee2.zip |
/set command is now ok
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 519dec1ac..0d208792b 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.5-pre2, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.0.5-pre3, flashcode@flashtux.org) AC_CONFIG_SRCDIR([src/common/weechat.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([weechat], [0.0.5-pre2]) +AM_INIT_AUTOMAKE([weechat], [0.0.5-pre3]) # Checks for programs. AC_PROG_CC |