We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba244ee commit 04cf272Copy full SHA for 04cf272
1 file changed
addons/sourcemod/scripting/include/ccc.inc
@@ -11,7 +11,7 @@
11
12
#define CCC_V_MAJOR "7"
13
#define CCC_V_MINOR "4"
14
-#define CCC_V_PATCH "16"
+#define CCC_V_PATCH "17"
15
16
#define CCC_VERSION CCC_V_MAJOR..."."...CCC_V_MINOR..."."...CCC_V_PATCH
17
@@ -249,4 +249,4 @@ public __pl_ccc_SetNTVOptional() {
249
MarkNativeAsOptional("CCC_UpdateIgnoredArray");
250
MarkNativeAsOptional("CCC_IsClientEnabled");
251
}
252
-#endif
+#endif
0 commit comments