1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

Version 0.0.5-pre1

This commit is contained in:
Sebastien Helleu
2004-01-01 23:13:42 +00:00
parent 65704c6fea
commit ac3f6dfa7b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -19,10 +19,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
AC_INIT(WeeChat, 0.0.4, flashcode@flashtux.org)
AC_INIT(WeeChat, 0.0.5-pre1, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([weechat], [0.0.4])
AM_INIT_AUTOMAKE([weechat], [0.0.5-pre1])
# Checks for programs.
AC_PROG_CC
+2 -2
View File
@@ -19,10 +19,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
AC_INIT(WeeChat, 0.0.4, flashcode@flashtux.org)
AC_INIT(WeeChat, 0.0.5-pre1, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([weechat], [0.0.4])
AM_INIT_AUTOMAKE([weechat], [0.0.5-pre1])
# Checks for programs.
AC_PROG_CC