Skip to content

Commit

Permalink
Revert version to 1.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Mar 12, 2017
1 parent 0267082 commit c6485cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.5])
AC_INIT([znc], [1.6.x])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/znc.cpp])
AC_LANG([C++])
Expand Down
4 changes: 2 additions & 2 deletions include/znc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
// The following defines are for #if comparison (preprocessor only likes ints)
#define VERSION_MAJOR 1
#define VERSION_MINOR 6
#define VERSION_PATCH 5
#define VERSION_PATCH -1
// This one is for display purpose
#define VERSION_STR "1.6.5"
#define VERSION_STR "1.6.x"
// This one is for ZNCModInfo
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 10.0)

Expand Down

0 comments on commit c6485cd

Please sign in to comment.