1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

Version 0.0.4-pre1

This commit is contained in:
Sebastien Helleu
2003-11-03 22:59:16 +00:00
parent 1e1f2ca5b8
commit 13949e2ace
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.3, flashcode@flashtux.org)
AC_INIT(WeeChat, 0.0.4-pre1, 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.4-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.3, flashcode@flashtux.org)
AC_INIT(WeeChat, 0.0.4-pre1, 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.4-pre1])
# Checks for programs.
AC_PROG_CC