Version 1.3-rc2
This commit is contained in:
parent
15218ed294
commit
f1b36e5095
@ -32,7 +32,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Werror-implicit-function-de
|
|||||||
|
|
||||||
# version
|
# version
|
||||||
set(VERSION_MAJOR "1")
|
set(VERSION_MAJOR "1")
|
||||||
set(VERSION_MINOR "3-rc1")
|
set(VERSION_MINOR "3-rc2")
|
||||||
set(VERSION_PATCH "")
|
set(VERSION_PATCH "")
|
||||||
if(VERSION_PATCH STREQUAL "")
|
if(VERSION_PATCH STREQUAL "")
|
||||||
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
|
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.56)
|
AC_PREREQ(2.56)
|
||||||
AC_INIT(WeeChat, 1.3-rc1, flashcode@flashtux.org)
|
AC_INIT(WeeChat, 1.3-rc2, flashcode@flashtux.org)
|
||||||
AC_CONFIG_SRCDIR([configure.ac])
|
AC_CONFIG_SRCDIR([configure.ac])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user