Version 1.4-dev

v2.8-utf8proc
Sébastien Helleu 2015-08-16 09:30:37 +02:00
parent 9019d031b6
commit a929633759
2 changed files with 2 additions and 2 deletions

View File

@ -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})

View File

@ -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])