From bc67400daae2bcae10cc58584a43901427be8190 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Mon, 28 Mar 2011 11:19:05 +0200 Subject: [PATCH] Increase the version number to 0.099 Signed-off-by: Uli Schlachter --- configure.ac | 2 +- main.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d6b21e42..80061a7a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Keep the version number in sync with main.h! -AC_INIT([znc], [0.098]) +AC_INIT([znc], [0.099]) AC_CONFIG_SRCDIR([znc.cpp]) AC_LANG([C++]) AC_CONFIG_HEADERS([zncconfig.h]) diff --git a/main.h b/main.h index 144d12e7..06f18284 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 98 +#define VERSION_MINOR 99 // This one is for display purpose #define VERSION (VERSION_MAJOR + VERSION_MINOR / 1000.0)