ZNC 1.8.2-rc1

This commit is contained in:
Alexey Sokolov
2020-08-30 20:02:38 +01:00
parent 85ca183add
commit 132f474ced
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 8
#define VERSION_PATCH -1
#define VERSION_PATCH 2
// This one is for display purpose and to check ABI compatibility of modules
#define VERSION_STR "1.8.x"
#define VERSION_STR "1.8.2"
#endif
// Don't use this one