summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2003-10-26 13:21:07 +0000
committerSebastien Helleu <flashcode@flashtux.org>2003-10-26 13:21:07 +0000
commit65c9a7960342f67bdedac0c47ab20e8de2090d15 (patch)
tree671a85893987cbf634ec7f9bf59a7f7550a4718d /configure.in
parentcafd93dcdd0cd5b2cd7be6b58ae04fc188a79410 (diff)
downloadweechat-65c9a7960342f67bdedac0c47ab20e8de2090d15.zip
Added #include "config.h" with #ifdef HAVE_CONFIG_H
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 da64b3d4d..b40507624 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.3, flashcode@flashtux.org)
+AC_INIT(WeeChat, 0.0.3-pre3, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([weechat], [0.0.3])
+AM_INIT_AUTOMAKE([weechat], [0.0.3-pre3])
# Checks for programs.
AC_PROG_CC