summaryrefslogtreecommitdiffstats
path: root/weechat/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/configure.in')
-rw-r--r--weechat/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/weechat/configure.in b/weechat/configure.in
index 51334ac06..d26b6016a 100644
--- a/weechat/configure.in
+++ b/weechat/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.8-cvs, flashcode@flashtux.org)
+AC_INIT(WeeChat, 0.1.8, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([weechat], [0.1.8-cvs])
+AM_INIT_AUTOMAKE([weechat], [0.1.8])
# Checks for programs
AC_PROG_CC