summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-01-25 09:23:10 +0100
committerSébastien Helleu <flashcode@flashtux.org>2015-01-25 09:23:10 +0100
commit1a1a9a95032e935d4dd049038d796fff7904d9f7 (patch)
tree172bbf78171e33151133723254f39d0c7bfd767a
parentVersion 1.1.1 (diff)
downloadweechat-1a1a9a95032e935d4dd049038d796fff7904d9f7.tar.xz
weechat-1a1a9a95032e935d4dd049038d796fff7904d9f7.zip
Version 1.1.2-dev
-rw-r--r--CMakeLists.txt2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d7162a937..f1e7c6da7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ endif()
# version
set(VERSION_MAJOR "1")
set(VERSION_MINOR "1")
-set(VERSION_PATCH "1")
+set(VERSION_PATCH "2-dev")
if(VERSION_PATCH STREQUAL "")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
else()
diff --git a/configure.ac b/configure.ac
index 97864872f..56f4ae259 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.1, flashcode@flashtux.org)
+AC_INIT(WeeChat, 1.1.2-dev, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([foreign])