diff --git a/README.md b/README.md index 0a8e34e7f..8f6c4b4c9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

- Zeus Enhanced Version + Zeus Enhanced Version Zeus Enhanced Issues diff --git a/VERSION b/VERSION index ca83b5d51..e52aedcde 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.1.27 +1.12.0.28 diff --git a/addons/main/script_version.hpp b/addons/main/script_version.hpp index 17fd5b663..14189e6f9 100644 --- a/addons/main/script_version.hpp +++ b/addons/main/script_version.hpp @@ -1,4 +1,4 @@ #define MAJOR 1 -#define MINOR 11 -#define PATCHLVL 1 -#define BUILD 27 +#define MINOR 12 +#define PATCHLVL 0 +#define BUILD 28 diff --git a/mod.cpp b/mod.cpp index 32ff351e2..f6dfa7a27 100644 --- a/mod.cpp +++ b/mod.cpp @@ -1,8 +1,8 @@ -name = "Zeus Enhanced 1.11.1"; +name = "Zeus Enhanced 1.12.0"; picture = "logo_zen_ca.paa"; actionName = "GitHub"; action = "https://github.com/zen-mod/ZEN"; -description = "Zeus Enhanced - Version 1.11.1"; +description = "Zeus Enhanced - Version 1.12.0"; logo = "logo_zen_small_ca.paa"; logoOver = "logo_zen_small_ca.paa"; tooltip = "Zeus Enhanced";