]> jfr.im git - irc/znc/znc.git/blobdiff - include/znc/version.h
ZNC 1.7.4-rc1
[irc/znc/znc.git] / include / znc / version.h
index 3f3fbab82c4181bc490946f9f4f84d9e2931a2df..1a1363039d55f9958e38328acec140e9c66c5d63 100644 (file)
@@ -20,9 +20,9 @@ limitations under the License.
 // The following defines are for #if comparison (preprocessor only likes ints)
 #define VERSION_MAJOR 1
 #define VERSION_MINOR 7
-#define VERSION_PATCH -1
+#define VERSION_PATCH 4
 // This one is for display purpose and to check ABI compatibility of modules
-#define VERSION_STR "1.7.x"
+#define VERSION_STR "1.7.4"
 #endif
 
 // Don't use this one