summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-08-16 09:30:37 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-08-16 09:30:37 +0200
commita9296337595e7df64d4356640e71e887a7fca1bd (patch)
treef72374c674c1ffacd22c163b88d004abac4fa6e0
parent9019d031b6eb2f31e220fdb52b2e489a7e9a23a7 (diff)
downloadweechat-a9296337595e7df64d4356640e71e887a7fca1bd.zip
Version 1.4-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 858accb05..c7116395e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,7 +32,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Werror-implicit-function-de
# version
set(VERSION_MAJOR "1")
-set(VERSION_MINOR "3")
+set(VERSION_MINOR "4-dev")
set(VERSION_PATCH "")
if(VERSION_PATCH STREQUAL "")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
diff --git a/configure.ac b/configure.ac
index ae0cf410d..a2a1eaff0 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.3, flashcode@flashtux.org)
+AC_INIT(WeeChat, 1.4-dev, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([foreign])