From b645947954a21643c8629a0c094666ae671be1db Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 15 May 2012 12:57:53 +0200 Subject: Version 0.3.8-rc1 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 844d90ee3..e93b954db 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.8-dev, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.3.8-rc1, flashcode@flashtux.org) AC_CONFIG_SRCDIR([src/core/weechat.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([weechat], [0.3.8-dev]) +AM_INIT_AUTOMAKE([weechat], [0.3.8-rc1]) LICENSE="GPL3" # Checks for programs -- cgit v1.2.3