]> jfr.im git - irc/znc/coverity.git/commitdiff
Use 1.8.x again
authorAlexey Sokolov <redacted>
Mon, 7 Sep 2020 23:01:10 +0000 (00:01 +0100)
committerAlexey Sokolov <redacted>
Mon, 7 Sep 2020 23:01:10 +0000 (00:01 +0100)
CMakeLists.txt
configure.ac
include/znc/version.h

index e2612f54112922b0139b2ac5218c4604e5a12a8b..edd3b02c9694c5164ee999a76d07b8619102dfb9 100644 (file)
@@ -16,8 +16,8 @@
 
 cmake_minimum_required(VERSION 3.1)
 project(ZNC VERSION 1.8.2 LANGUAGES CXX)
-set(ZNC_VERSION 1.8.2)
-set(append_git_version false)
+set(ZNC_VERSION 1.8.x)
+set(append_git_version true)
 set(alpha_version "") # e.g. "-rc1"
 set(VERSION_EXTRA "" CACHE STRING
        "Additional string appended to version, e.g. to mark distribution")
index cd2070fc7bd55993785e04c28641d8baf19718e6..2dd5b1d351e78dfef5c97b8a2c5792ed50cb5a37 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.8.2])
-LIBZNC_VERSION=1.8.2
+AC_INIT([znc], [1.8.x])
+LIBZNC_VERSION=1.8.x
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([src/znc.cpp])
 AC_LANG([C++])
index 9a3d641bd87d05af02ca11962a37909276860253..d40ea5f632f329ba7c99c3b29e5b2fdbfb7b17a9 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 8
-#define VERSION_PATCH 2
+#define VERSION_PATCH -1
 // This one is for display purpose and to check ABI compatibility of modules
-#define VERSION_STR "1.8.2"
+#define VERSION_STR "1.8.x"
 #endif
 
 // Don't use this one