Skip to content

Commit 04cf272

Browse files
authored
Update ccc.inc
1 parent ba244ee commit 04cf272

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • addons/sourcemod/scripting/include

addons/sourcemod/scripting/include/ccc.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#define CCC_V_MAJOR "7"
1313
#define CCC_V_MINOR "4"
14-
#define CCC_V_PATCH "16"
14+
#define CCC_V_PATCH "17"
1515

1616
#define CCC_VERSION CCC_V_MAJOR..."."...CCC_V_MINOR..."."...CCC_V_PATCH
1717

@@ -249,4 +249,4 @@ public __pl_ccc_SetNTVOptional() {
249249
MarkNativeAsOptional("CCC_UpdateIgnoredArray");
250250
MarkNativeAsOptional("CCC_IsClientEnabled");
251251
}
252-
#endif
252+
#endif

0 commit comments

Comments
 (0)