From 9969c627218c8bdde5ac8f9fa18738183e9a91a9 Mon Sep 17 00:00:00 2001 From: Nayruden Date: Mon, 15 Feb 2016 18:41:42 -0500 Subject: [PATCH] Getting ready for 3.70 release --- CHANGELOG.md | 3 ++- addon.json | 3 ++- addon.txt | 4 ++-- lua/ulx/sh_defines.lua | 4 ++-- ulx.build | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 168f577..e01f432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # ULX Changelog -## v3.70 - *(00/00/00)* + +## v3.70 - *(02/15/16)* * [ADD] XGUI: Ability to set the 'nextlevel' cvar from the maps tab, if you have access to "ulx map". * [ADD] Reason to votekick log (Thanks, CSchulz). * [ADD] Steam ID parameter to "ulx who" to lookup users by Steam ID. diff --git a/addon.json b/addon.json index 47cb3cb..f49cab2 100644 --- a/addon.json +++ b/addon.json @@ -8,7 +8,8 @@ ".editorconfig", ".git*", "ulx.build", - "ulx_readme.txt" + "README.md", + "CHANGELOG.md" ], "workshopid": 557962280 } diff --git a/addon.txt b/addon.txt index 8cc0eca..c18a7d9 100644 --- a/addon.txt +++ b/addon.txt @@ -1,8 +1,8 @@ "AddonInfo" { "name" "ULX" - "version" "3.62d" - "up_date" "00/00/00" + "version" "3.70" + "up_date" "02/15/16" "author_name" "Team Ulysses" "author_email" "teamulysses@ulyssesmod.net" "author_url" "http://www.ulyssesmod.net/" diff --git a/lua/ulx/sh_defines.lua b/lua/ulx/sh_defines.lua index 9a75e39..eb2d788 100644 --- a/lua/ulx/sh_defines.lua +++ b/lua/ulx/sh_defines.lua @@ -1,7 +1,7 @@ ulx.LOW_ARGS = "You did not specify enough arguments for this command. Type 'ulx help' in console for help." -ulx.version = 3.62 -- Current release version. Don't access directly, use ULib.pluginVersionStr( "ULX" ) instead. -ulx.release = false -- Is this the release? +ulx.version = 3.70 -- Current release version. Don't access directly, use ULib.pluginVersionStr( "ULX" ) instead. +ulx.release = true -- Is this the release? ulx.ID_ORIGINAL = 1 ulx.ID_PLAYER_HELP = 2 diff --git a/ulx.build b/ulx.build index 209416c..057f3b9 100644 --- a/ulx.build +++ b/ulx.build @@ -1 +1 @@ -1455449831 +1455579702