diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-02-26 09:30:43 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-02-26 09:30:43 +0100 |
commit | ca643c6f5d426fb4db1389d6e8f65ea7cd4d12b4 (patch) | |
tree | 0841768ebf9025a4d3ab44f3a7e7536239719f9f /configure.in | |
parent | 73d9b9a6b90cc1803bd07861046dc165e0585bfc (diff) | |
download | weechat-ca643c6f5d426fb4db1389d6e8f65ea7cd4d12b4.zip |
Version 0.3.8-dev
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 b5deac6ea..844d90ee3 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.7, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.3.8-dev, flashcode@flashtux.org) AC_CONFIG_SRCDIR([src/core/weechat.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([weechat], [0.3.7]) +AM_INIT_AUTOMAKE([weechat], [0.3.8-dev]) LICENSE="GPL3" # Checks for programs |