Skip to content

Commit

Permalink
FCNPC 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggi committed Aug 26, 2023
1 parent d1c817a commit 5665123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ endif ()
project (FCNPC)

# Definintions
set (INCLUDE_VERSION 202)
set (PLUGIN_VERSION "2.0.6")
set (INCLUDE_VERSION 207)
set (PLUGIN_VERSION "2.0.7")
add_definitions (-DPLUGIN_VERSION="${PLUGIN_VERSION}" -DINCLUDE_VERSION=${INCLUDE_VERSION})

set (CMAKE_SHARED_LIBRARY_PREFIX "")
Expand Down
2 changes: 1 addition & 1 deletion sampsvr_files/FCNPC.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#pragma library FCNPC
// Version
#define FCNPC_INCLUDE_VERSION 202
#define FCNPC_INCLUDE_VERSION 207
public FCNPC_IncludeVersion = FCNPC_INCLUDE_VERSION;
#pragma unused FCNPC_IncludeVersion
Expand Down

0 comments on commit 5665123

Please sign in to comment.