diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-05-10 10:04:03 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-05-10 10:04:03 +0200 |
commit | 5918943192872c13e0acc3611eb2a2e831925702 (patch) | |
tree | 8b017f80ca2a3f585d02ec8242e5bee5cb8cb91e | |
parent | 66abd51786936584aa58af9ce8076d286854de0f (diff) | |
download | weechat-5918943192872c13e0acc3611eb2a2e831925702.zip |
Version 1.3-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 e97966e6f..f35df5f18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ endif() # version set(VERSION_MAJOR "1") -set(VERSION_MINOR "2") +set(VERSION_MINOR "3-dev") set(VERSION_PATCH "") if(VERSION_PATCH STREQUAL "") set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) diff --git a/configure.ac b/configure.ac index 2ad10bb9c..8e0f2423e 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.2, flashcode@flashtux.org) +AC_INIT(WeeChat, 1.3-dev, flashcode@flashtux.org) AC_CONFIG_SRCDIR([configure.ac]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([foreign]) |