diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fc68fc..63f7b45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ on: - "*/*" - "**" env: - PLUGIN_VERSION: 3.3.6-omp + PLUGIN_VERSION: 3.4.0-omp jobs: build-windows-release: diff --git a/src/Pawn.CMD.inc b/src/Pawn.CMD.inc index 192017c..a4b2f90 100755 --- a/src/Pawn.CMD.inc +++ b/src/Pawn.CMD.inc @@ -29,7 +29,7 @@ #define PACK_PLUGIN_VERSION(%0,%1,%2) (((%0) << 16) | ((%1) << 8) | (%2)) #endif - #define PAWNCMD_VERSION PACK_PLUGIN_VERSION(3, 3, 6) + #define PAWNCMD_VERSION PACK_PLUGIN_VERSION(3, 4, 0) #define PAWNCMD_INCLUDE_VERSION PAWNCMD_VERSION // backward compatibility #if !defined __cplusplus