Version 1.2-rc2

v2.8-utf8proc
Sébastien Helleu 2015-05-02 08:44:55 +02:00
parent e9c8e70e35
commit dc8b3f977f
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ endif()
# version
set(VERSION_MAJOR "1")
set(VERSION_MINOR "2-rc1")
set(VERSION_MINOR "2-rc2")
set(VERSION_PATCH "")
if(VERSION_PATCH STREQUAL "")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})

View File

@ -24,7 +24,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
AC_INIT(WeeChat, 1.2-rc1, flashcode@flashtux.org)
AC_INIT(WeeChat, 1.2-rc2, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([foreign])