From d611982ba6344f76e88177640736845f9b5e24a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 17 Jan 2015 15:22:15 +0100 Subject: [PATCH] Version 1.1.1-dev --- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b36d7a102..9b6156ff5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ endif() # version set(VERSION_MAJOR "1") set(VERSION_MINOR "1") -set(VERSION_PATCH "") +set(VERSION_PATCH "1-dev") if(VERSION_PATCH STREQUAL "") set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) else() diff --git a/configure.ac b/configure.ac index c7d83a67a..3f8a36c6e 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.1.1-dev, flashcode@flashtux.org) AC_CONFIG_SRCDIR([configure.ac]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([foreign])