From 87aad361211aa9ad6bca07545ca0f18f1eb75f65 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 1 Jan 2012 13:47:10 +0100 Subject: [PATCH] Increase the version number to 0.205 Signed-off-by: Uli Schlachter --- configure.ac | 2 +- include/znc/main.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b6dc38e1..af9e4d00 100644 --- a/configure.ac +++ b/configure.ac @@ -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 main.h! -AC_INIT([znc], [0.203]) +AC_INIT([znc], [0.205]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/znc.cpp]) AC_LANG([C++]) diff --git a/include/znc/main.h b/include/znc/main.h index 35594dd3..3ac92305 100644 --- a/include/znc/main.h +++ b/include/znc/main.h @@ -13,7 +13,7 @@ // The following defines are for #if comparison (preprocessor only likes ints) #define VERSION_MAJOR 0 -#define VERSION_MINOR 203 +#define VERSION_MINOR 205 // This one is for display purpose #define VERSION (VERSION_MAJOR + VERSION_MINOR / 1000.0)