diff --git a/configure.ac b/configure.ac index 0c1150e3..b84ffb9c 100644 --- a/configure.ac +++ b/configure.ac @@ -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.099]) +AC_INIT([znc], [0.200]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([znc.cpp]) AC_LANG([C++]) diff --git a/main.h b/main.h index 06f18284..37120a3f 100644 --- a/main.h +++ b/main.h @@ -13,7 +13,7 @@ // The following defines are for #if comparison (preprocessor only likes ints) #define VERSION_MAJOR 0 -#define VERSION_MINOR 99 +#define VERSION_MINOR 200 // This one is for display purpose #define VERSION (VERSION_MAJOR + VERSION_MINOR / 1000.0)