diff --git a/_server_.pbl b/_server_.pbl index 205a3b8..dbafa51 100644 --- a/_server_.pbl +++ b/_server_.pbl @@ -5,5 +5,5 @@ passphrase="*****" title="Wesnoth Lua Pack" translate="true" type="media" -version="1.7.0" +version="1.9.0" description="The idea behind the WLP is to collect bits of Lua written by various people that will help supplement the helper library and WML." diff --git a/changelog b/changelog index b5fb302..01050d4 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -Version 1.8.0+git: +Version 1.9.0: * Deprecated `[absolute_value]` and `[random_number]` * `[alert]` and `[confirm]` now use the `gui.alert` and `gui.confirm` functions * Fixed `[get_recruit_list]` crashing if `[filter]` was used diff --git a/wlp-version.cfg b/wlp-version.cfg index b3321ed..c729901 100644 --- a/wlp-version.cfg +++ b/wlp-version.cfg @@ -1,5 +1,5 @@ #textdomain wesnoth-Wesnoth_Lua_Pack #define WLP_VERSION - 1.8.0+git + 1.9.0 #enddef