diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-07-02 18:22:40 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-07-02 18:22:40 +0000 |
commit | e3799797ef9a6f924fccf08b73281ceb0d8751dc (patch) | |
tree | c033b84fe078f7076371ac132884cb7da657b270 /configure.in | |
parent | b738f4c8aad8c292afc6cbc9b9798701f0dde062 (diff) | |
download | weechat-e3799797ef9a6f924fccf08b73281ceb0d8751dc.zip |
Version 0.1.4-cvs
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f43bde379..0b8cbf9bf 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.3, flashcode@flashtux.org) +AC_INIT(WeeChat, 0.1.4-cvs, flashcode@flashtux.org) AC_CONFIG_SRCDIR([src/common/weechat.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([weechat], [0.1.3]) +AM_INIT_AUTOMAKE([weechat], [0.1.4-cvs]) # Checks for programs. AC_PROG_CC |