summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2004-08-31 22:53:33 +0000
committerSebastien Helleu <flashcode@flashtux.org>2004-08-31 22:53:33 +0000
commitc8eae742b96622c8655502d2e896a43938b562ff (patch)
tree48368a03f4ef9fa3992d1fa452003c99ff3fc893 /configure.in
parent441dd2313f0e7ca60adcea200aecdefe2807d53e (diff)
downloadweechat-c8eae742b96622c8655502d2e896a43938b562ff.zip
Version 0.0.8-pre2: DCC window with Alt-D, /query command now reopens private buffer if already opened
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 ffbef1274..ae93a6352 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.8-pre1, flashcode@flashtux.org)
+AC_INIT(WeeChat, 0.0.8-pre2, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([weechat], [0.0.8-pre1])
+AM_INIT_AUTOMAKE([weechat], [0.0.8-pre2])
# Checks for programs.
AC_PROG_CC