Release prep

This commit is contained in:
Nayruden 2017-03-19 13:06:30 -05:00
parent 24f80d9916
commit a3f7257035
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# ULib Changelog
## v2.62 - *(00/00/00)*
## v2.62 - *(03/19/17)*
* [ADD] Enhancements from and to CAMI.
* [ADD] Exec* functions can now execute only ULib-defined functions which are not marked "unsafe" (thanks, FPtje).
* [ADD] Hooks for users being kicked, banned, unbanned; groups being created, removed, changed, renamed; user access being changed, or removed (thanks, Andre).

View File

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

View File

@ -6,8 +6,8 @@
ULib = ULib or {}
ULib.RELEASE = false -- Don't access these two directly, use ULib.pluginVersionStr("ULib")
ULib.VERSION = 2.61
ULib.RELEASE = true -- Don't access these two directly, use ULib.pluginVersionStr("ULib")
ULib.VERSION = 2.62
ULib.AUTOMATIC_UPDATE_CHECKS = true
ULib.ACCESS_ALL = "user"

View File

@ -1 +1 @@
1489803090
1489946790