diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-20 18:31:23 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-20 18:31:23 +0100 |
commit | 4d98ddb13c91b4827985cea2e2b501c15fb7653b (patch) | |
tree | 2bd0fe92e52581e4fad767f81d8f4f6c130aacf9 /configure.in | |
parent | a9f25d125bb661656fee5f6fcabc4153078ed72a (diff) | |
download | weechat-4d98ddb13c91b4827985cea2e2b501c15fb7653b.zip |
Version 0.3.4-rc2
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 1c7351ee4..e868eb312 100644 --- a/configure.in +++ b/configure.in @@ -24,10 +24,10 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT(WeeChat, 0.3.4-rc1, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.3.4-rc2, flashcode@flashtux.org) AC_CONFIG_SRCDIR([src/core/weechat.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([weechat], [0.3.4-rc1]) +AM_INIT_AUTOMAKE([weechat], [0.3.4-rc2]) LICENSE="GPL3" # Checks for programs |