From fed3ebf0b2b6b09d9f5616ab208427c4941ebd10 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 18 Mar 2018 11:31:40 +0000 Subject: [PATCH] ZNC 1.7.0-alpha2 --- CMakeLists.txt | 2 +- configure.ac | 2 +- include/znc/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb861ca4..70f9b7f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.1) project(ZNC VERSION 1.7.0) set(ZNC_VERSION 1.7.0) set(append_git_version false) -set(alpha_version "-alpha1") # e.g. "-rc1" +set(alpha_version "-alpha2") # e.g. "-rc1" set(VERSION_EXTRA "" CACHE STRING "Additional string appended to version, e.g. to mark distribution") diff --git a/configure.ac b/configure.ac index 5cb28c49..5e9a597b 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_DEFUN([AC_PROG_CC], [m4_errprint(__file__:__line__[: Something is trying to u dnl Needed for AC_PATH_PROGS_FEATURE_CHECK which was added in 2.62 AC_PREREQ([2.62]) dnl Keep the version number in sync with version.h! -AC_INIT([znc], [1.7.0-alpha1]) +AC_INIT([znc], [1.7.0-alpha2]) LIBZNC_VERSION=1.7.0 AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/znc.cpp]) diff --git a/include/znc/version.h b/include/znc/version.h index 731144f9..44b6628c 100644 --- a/include/znc/version.h +++ b/include/znc/version.h @@ -22,7 +22,7 @@ limitations under the License. #define VERSION_MINOR 7 #define VERSION_PATCH 0 // This one is for display purpose and to check ABI compatibility of modules -#define VERSION_STR "1.7.0-alpha1" +#define VERSION_STR "1.7.0-alpha2" #endif // Don't use this one