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 e23161f75..b916f04f5 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.1-dev, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.3.1, flashcode@flashtux.org) AC_CONFIG_SRCDIR([src/core/weechat.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([weechat], [0.3.1-dev]) +AM_INIT_AUTOMAKE([weechat], [0.3.1]) # Checks for programs AC_PROG_CC |