]> jfr.im git - irc/rizon/znc.git/commitdiff
Increase the version number to 0.202 znc-0.202
authorUli Schlachter <redacted>
Wed, 21 Sep 2011 20:19:51 +0000 (22:19 +0200)
committerUli Schlachter <redacted>
Wed, 21 Sep 2011 20:19:51 +0000 (22:19 +0200)
Signed-off-by: Uli Schlachter <redacted>
configure.ac
main.h

index d4333ced08ca2383778ff1692e593a3a1992de22..9131a01748f0441c4a8ac2f205644956cfd31f1e 100644 (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.202])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([znc.cpp])
 AC_LANG([C++])
diff --git a/main.h b/main.h
index 6b1b27df49fa707ca31a5c927eac7634560014e2..dba0eec22e71e7725d50c77b64bb951d1c298fc5 100644 (file)
--- 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  201
+#define VERSION_MINOR  202
 // This one is for display purpose
 #define VERSION        (VERSION_MAJOR + VERSION_MINOR / 1000.0)