Back to dev mode

This commit is contained in:
Nayruden 2017-03-19 13:50:13 -05:00
parent a3f7257035
commit 6a85b66b2a
5 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# ULib Changelog
## v2.63 - *(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).

View File

@ -10,6 +10,7 @@
"ulib.build",
"README.md",
"CHANGELOG.md",
"LICENSE.md",
"lua/ulib/modules/what_is_this.txt"
],
"workshopid": 557962238

View File

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

View File

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

View File

@ -1 +1 @@
1489946790
1489949413