]> jfr.im git - irc/znc/znc.git/commitdiff
ZNC 1.7.3-rc1 znc-1.7.3-rc1
authorAlexey Sokolov <redacted>
Fri, 22 Mar 2019 00:31:10 +0000 (00:31 +0000)
committerAlexey Sokolov <redacted>
Fri, 22 Mar 2019 00:31:10 +0000 (00:31 +0000)
CMakeLists.txt
configure.ac
include/znc/version.h

index 6f84e9d674f72be4a83b747654270296a4856aa4..b5b73746eb30b64650bb78163feba4b6aba50699 100644 (file)
 #
 
 cmake_minimum_required(VERSION 3.1)
-project(ZNC VERSION 1.7.2)
-set(ZNC_VERSION 1.7.x)
-set(append_git_version true)
-set(alpha_version "") # e.g. "-rc1"
+project(ZNC VERSION 1.7.3)
+set(ZNC_VERSION 1.7.3)
+set(append_git_version false)
+set(alpha_version "-rc1") # e.g. "-rc1"
 set(VERSION_EXTRA "" CACHE STRING
        "Additional string appended to version, e.g. to mark distribution")
 
index b755cfe802fe96736b60db7d6219a9df3eabb967..63d38d9badcad4e4684b306513b34de577628a84 100644 (file)
@@ -7,8 +7,8 @@ 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.x])
-LIBZNC_VERSION=1.7.x
+AC_INIT([znc], [1.7.3-rc1])
+LIBZNC_VERSION=1.7.3
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([src/znc.cpp])
 AC_LANG([C++])
index 3f3fbab82c4181bc490946f9f4f84d9e2931a2df..69ec2386e41ae587e05dd0be3433b4c8801a9073 100644 (file)
@@ -20,9 +20,9 @@ limitations under the License.
 // The following defines are for #if comparison (preprocessor only likes ints)
 #define VERSION_MAJOR 1
 #define VERSION_MINOR 7
-#define VERSION_PATCH -1
+#define VERSION_PATCH 3
 // This one is for display purpose and to check ABI compatibility of modules
-#define VERSION_STR "1.7.x"
+#define VERSION_STR "1.7.3"
 #endif
 
 // Don't use this one