Release prep

This commit is contained in:
Nayruden 2017-03-19 13:19:51 -05:00
parent d9434c00b8
commit 721a26cd23
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# ULX Changelog
## v3.72 - *(00/00/00)*
## v3.72 - *(03/19/17)*
* [CHANGE] UTeam is now disabled for DarkRP gamemodes to prevent conflicts (Thanks, Bo98).
* [CHANGE] "ulx bring" can now bring multiple targets (Thanks for the code, Timmy).
* [CHANGE] Can no longer kick or ban (or use the vote variants) on the listen server host.

View File

@ -1,8 +1,8 @@
"AddonInfo"
{
"name" "ULX"
"version" "3.71d"
"up_date" "00/00/00"
"version" "3.72"
"up_date" "03/19/17"
"author_name" "Team Ulysses"
"author_email" "teamulysses@ulyssesmod.net"
"author_url" "http://www.ulyssesmod.net/"

View File

@ -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.71 -- Current release version. Don't access directly, use ULib.pluginVersionStr( "ULX" ) instead.
ulx.release = false -- Is this the release?
ulx.version = 3.72 -- 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

View File

@ -1 +1 @@
1489802886
1489947591