]> jfr.im git - irc/rizon/znc.git/blobdiff - main.h
Increase the version number to 0.204
[irc/rizon/znc.git] / main.h
diff --git a/main.h b/main.h
index a0269e5dfca82e2033278a2a94cb4af96cec39cd..d8db8b413c60c274030753a65940c7c67c91e3c5 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  203
+#define VERSION_MINOR  204
 // This one is for display purpose
 #define VERSION        (VERSION_MAJOR + VERSION_MINOR / 1000.0)