Bump version of master to 0.203

As 0.202 is being released today
This commit is contained in:
Alexey Sokolov
2011-09-20 23:10:56 +07:00
parent 9e3dc0bf4e
commit ca476ef558
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
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 main.h!
AC_INIT([znc], [0.201])
AC_INIT([znc], [0.203])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([znc.cpp])
AC_LANG([C++])

2
main.h
View File

@@ -13,7 +13,7 @@
// The following defines are for #if comparison (preprocessor only likes ints)
#define VERSION_MAJOR 0
#define VERSION_MINOR 201
#define VERSION_MINOR 203
// This one is for display purpose
#define VERSION (VERSION_MAJOR + VERSION_MINOR / 1000.0)