Skip to content

Commit 1f7fe5f

Browse files
committed
Increase the version number to 1.6.1
1 parent 2f058fc commit 1f7fe5f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_DEFUN([AC_PROG_CC], [m4_errprint(__file__:__line__[: Something is trying to u
77
dnl Needed for AC_PATH_PROGS_FEATURE_CHECK which was added in 2.62
88
AC_PREREQ([2.62])
99
dnl Keep the version number in sync with main.h!
10-
AC_INIT([znc], [1.6.0])
10+
AC_INIT([znc], [1.6.1])
1111
AC_CONFIG_MACRO_DIR([m4])
1212
AC_CONFIG_SRCDIR([src/znc.cpp])
1313
AC_LANG([C++])

include/znc/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
// The following defines are for #if comparison (preprocessor only likes ints)
55
#define VERSION_MAJOR 1
66
#define VERSION_MINOR 6
7-
#define VERSION_PATCH 0
7+
#define VERSION_PATCH 1
88
// This one is for display purpose
9-
#define VERSION_STR "1.6.0"
9+
#define VERSION_STR "1.6.1"
1010
// This one is for ZNCModInfo
1111
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 10.0)
1212

0 commit comments

Comments
 (0)