Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
katursis committed Feb 12, 2023
1 parent 6dd4022 commit 39fa56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- "*/*"
- "**"
env:
PLUGIN_VERSION: 3.3.6-omp
PLUGIN_VERSION: 3.4.0-omp

jobs:
build-windows-release:
Expand Down
2 changes: 1 addition & 1 deletion src/Pawn.CMD.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39fa56e

Please sign in to comment.