diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-03 12:01:41 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-03 12:01:41 +0200 |
commit | 8b1939059b97227430af4dd9cfdf813fda46957b (patch) | |
tree | 10e7f60ba3ed4b9731e6690f3f1d91144bb82601 | |
parent | e13593dceb74bfd7e94e22d8ac974e3e0c2bac0f (diff) | |
download | weechat-8b1939059b97227430af4dd9cfdf813fda46957b.zip |
Version 1.0-rc2
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e255ef056..01459aec7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ endif() # version set(VERSION_MAJOR "1") -set(VERSION_MINOR "0-rc1") +set(VERSION_MINOR "0-rc2") set(VERSION_PATCH "") if(VERSION_PATCH STREQUAL "") set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) diff --git a/configure.ac b/configure.ac index f39823520..5a21415f4 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT(WeeChat, 1.0-rc1, flashcode@flashtux.org) +AC_INIT(WeeChat, 1.0-rc2, flashcode@flashtux.org) AC_CONFIG_SRCDIR([configure.ac]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([foreign]) |