summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-05-24 22:57:33 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-05-24 22:57:33 +0000
commitd13e2328b1c1c2816dab1a2e9f60c185a0f07fa2 (patch)
tree945b2da652e00210049f9d77018af68d6e04142c /configure.in
parent1838637f24c2a1489ab7cbde7560eb6f316ace11 (diff)
downloadweechat-d13e2328b1c1c2816dab1a2e9f60c185a0f07fa2.zip
Version 0.1.9
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 fc9a2ab05..c33a2a455 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.1.9-cvs, flashcode@flashtux.org)
+AC_INIT(WeeChat, 0.1.9, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([weechat], [0.1.9-cvs])
+AM_INIT_AUTOMAKE([weechat], [0.1.9])
# Checks for programs
AC_PROG_CC