summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2004-02-07 21:25:53 +0000
committerSebastien Helleu <flashcode@flashtux.org>2004-02-07 21:25:53 +0000
commit867b881bac2c6fd7970594a738ba01bf3e33055a (patch)
treeac7092cd35c0a9849110672d343fc5f0cd5ed23f /configure.in
parent2c31a11aebb9a64db967d9f629762ce1e9cd739c (diff)
downloadweechat-867b881bac2c6fd7970594a738ba01bf3e33055a.zip
Version 0.0.6-pre1
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 24115799a..beb9f46bd 100644
--- a/configure.in
+++ b/configure.in
@@ -19,10 +19,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
-AC_INIT(WeeChat, 0.0.5, flashcode@flashtux.org)
+AC_INIT(WeeChat, 0.0.6-pre1, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([weechat], [0.0.5])
+AM_INIT_AUTOMAKE([weechat], [0.0.6-pre1])
# Checks for programs.
AC_PROG_CC