diff --git a/CHANGELOG.md b/CHANGELOG.md index 30dd6f0..bebd7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/addon.json b/addon.json index 62274a8..28e79db 100644 --- a/addon.json +++ b/addon.json @@ -10,6 +10,7 @@ "ulib.build", "README.md", "CHANGELOG.md", + "LICENSE.md", "lua/ulib/modules/what_is_this.txt" ], "workshopid": 557962238 diff --git a/addon.txt b/addon.txt index 248641d..68e90ae 100644 --- a/addon.txt +++ b/addon.txt @@ -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/" diff --git a/lua/ulib/shared/defines.lua b/lua/ulib/shared/defines.lua index ad50581..d862283 100644 --- a/lua/ulib/shared/defines.lua +++ b/lua/ulib/shared/defines.lua @@ -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 diff --git a/ulib.build b/ulib.build index 9a30996..062762c 100644 --- a/ulib.build +++ b/ulib.build @@ -1 +1 @@ -1489946790 +1489949413