Bump major version.

This commit is contained in:
Nodir Temirkhodjaev 2019-11-16 12:29:38 +05:00
parent 87568563bf
commit ebc79f7edf

View File

@ -1,11 +1,11 @@
#ifndef VERSION_H
#define VERSION_H
#define APP_VERSION_MAJOR 2
#define APP_VERSION_MINOR 11
#define APP_VERSION_MAJOR 3
#define APP_VERSION_MINOR 0
#define APP_VERSION_PATCH 0
#define APP_VERSION_STR "2.11.0"
#define APP_VERSION 0x021100
#define APP_VERSION_STR "3.0.0"
#define APP_VERSION 0x030000
#define APP_NAME "Fort Firewall"
#define APP_PUBLISHER "Nodir Temirkhodjaev"