ZNC 1.7.3-rc1

This commit is contained in:
Alexey Sokolov
2019-03-22 00:31:10 +00:00
parent 64613bc8b6
commit 6b03fac6c1
3 changed files with 8 additions and 8 deletions
+2 -2
View 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 3
// This one is for display purpose and to check ABI compatibility of modules
#define VERSION_STR "1.7.x"
#define VERSION_STR "1.7.3"
#endif
// Don't use this one