Revert version to 1.6.x after release of 1.6.3

This commit is contained in:
Alexey Sokolov
2016-02-23 21:37:38 +00:00
parent 90d03a48e5
commit e5ff36eb8e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.6.3])
AC_INIT([znc], [1.6.x])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/znc.cpp])
AC_LANG([C++])