diff options
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 6cd190d76..2d7abcf42 100644 --- a/configure.in +++ b/configure.in @@ -18,10 +18,10 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT(WeeChat, 0.3.0-rc1, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.3.0-rc2, flashcode@flashtux.org) AC_CONFIG_SRCDIR([src/core/weechat.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([weechat], [0.3.0-rc1]) +AM_INIT_AUTOMAKE([weechat], [0.3.0-rc2]) # Checks for programs AC_PROG_CC |