diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d902178..842a2074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.4.0 (unreleased): +## 1.4.0: Major core plugin changes: - complete rework on how the setup menu is configured, instead of 2 cvars per option (default/whether it is display), these options diff --git a/scripting/pugsetup/generic.sp b/scripting/pugsetup/generic.sp index 5ba6b2ce..9a7c5aa2 100644 --- a/scripting/pugsetup/generic.sp +++ b/scripting/pugsetup/generic.sp @@ -3,7 +3,7 @@ #tryinclude "manual_version.sp" #if !defined PLUGIN_VERSION -#define PLUGIN_VERSION "1.4.0-dev" +#define PLUGIN_VERSION "1.4.0" #endif #define DEBUG_CVAR "sm_pugsetup_debug"