diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-11 10:40:43 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-11 10:40:43 +0100 |
commit | b2954aaf27b56b2412719809cc5b9b61c4fa3f85 (patch) | |
tree | a2a7b7d429d77b58135173df2409395e3e9fd718 | |
parent | eb81c4752bf6dcca049de8e3776e3a1612822697 (diff) | |
download | weechat-b2954aaf27b56b2412719809cc5b9b61c4fa3f85.zip |
Version 1.2-dev
-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 b36d7a102..528124a79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ endif() # version set(VERSION_MAJOR "1") -set(VERSION_MINOR "1") +set(VERSION_MINOR "2-dev") set(VERSION_PATCH "") if(VERSION_PATCH STREQUAL "") set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) diff --git a/configure.ac b/configure.ac index c7d83a67a..37a67a8f0 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.1, flashcode@flashtux.org) +AC_INIT(WeeChat, 1.2-dev, flashcode@flashtux.org) AC_CONFIG_SRCDIR([configure.ac]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([foreign]) |