1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

Version 0.3.3-rc2

This commit is contained in:
Sebastien Helleu
2010-07-27 09:49:08 +02:00
parent a7468c0d65
commit 0deac4a2d9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ ENDIF(PREFIX)
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "3")
SET(VERSION_PATCH "3-rc1")
SET(VERSION_PATCH "3-rc2")
SET(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
SET(LICENSE "GPL3")
SET(PKG_STRING "${PROJECT_NAME} ${VERSION}")
+2 -2
View File
@@ -24,10 +24,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
AC_INIT(WeeChat, 0.3.3-rc1, flashcode@flashtux.org)
AC_INIT(WeeChat, 0.3.3-rc2, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/core/weechat.c])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([weechat], [0.3.3-rc1])
AM_INIT_AUTOMAKE([weechat], [0.3.3-rc2])
LICENSE="GPL3"
# Checks for programs