diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-11 18:48:41 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-11 18:48:41 +0200 |
commit | 19ed7740b1274093986315bffca0a5ee934544e3 (patch) | |
tree | 2a9b41b1443fb5582a775c7c46f07d08647a4527 /configure.in | |
parent | a0f814e75b7f0a582600bc1f56e664689225670b (diff) | |
download | weechat-19ed7740b1274093986315bffca0a5ee934544e3.zip |
Version 0.4.1-rc2
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e4536f7d5..66867af3e 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT(WeeChat, 0.4.1-rc1, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.4.1-rc2, flashcode@flashtux.org) AC_CONFIG_SRCDIR([configure.in]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE |