diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-04-04 13:07:24 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <arty@phpbb.com> | 2012-04-04 13:07:24 +0300 |
commit | e769e0f723224b24cd9363530eb101be4818dc21 (patch) | |
tree | 4fb506968212213549ee1e705fa43ec97632ebf1 /phpBB | |
parent | 714fafe106a1b30d299f2e29588c0d73d6ec44b5 (diff) | |
download | forums-e769e0f723224b24cd9363530eb101be4818dc21.tar forums-e769e0f723224b24cd9363530eb101be4818dc21.tar.gz forums-e769e0f723224b24cd9363530eb101be4818dc21.tar.bz2 forums-e769e0f723224b24cd9363530eb101be4818dc21.tar.xz forums-e769e0f723224b24cd9363530eb101be4818dc21.zip |
[ticket/10762] Changing version format in style.cfg
Splitting version into style_version and phpbb_version in style.cfg
PHPBB3-10762
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/style.cfg | 3 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/style.cfg | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg index a80f1ed537..633079e4a6 100644 --- a/phpBB/styles/prosilver/style.cfg +++ b/phpBB/styles/prosilver/style.cfg @@ -18,7 +18,8 @@ # General Information about this style name = prosilver copyright = © phpBB Group, 2007 -version = 3.1.0-dev +style_version = 3.1.0-dev +phpbb_version = 3.1.0-dev # Defining a different template bitfield # template_bitfield = lNg= diff --git a/phpBB/styles/subsilver2/style.cfg b/phpBB/styles/subsilver2/style.cfg index 1a71e7254d..ca81337d17 100644 --- a/phpBB/styles/subsilver2/style.cfg +++ b/phpBB/styles/subsilver2/style.cfg @@ -18,7 +18,8 @@ # General Information about this style name = subsilver2 copyright = © 2005 phpBB Group -version = 3.1.0-dev +style_version = 3.1.0-dev +phpbb_version = 3.1.0-dev # Defining a different template bitfield # template_bitfield = lNg= |