mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10762] Changing version format in style.cfg
Splitting version into style_version and phpbb_version in style.cfg PHPBB3-10762
This commit is contained in:
parent
714fafe106
commit
e769e0f723
2 changed files with 4 additions and 2 deletions
|
@ -18,7 +18,8 @@
|
||||||
# General Information about this style
|
# General Information about this style
|
||||||
name = prosilver
|
name = prosilver
|
||||||
copyright = © phpBB Group, 2007
|
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
|
# Defining a different template bitfield
|
||||||
# template_bitfield = lNg=
|
# template_bitfield = lNg=
|
||||||
|
|
|
@ -18,7 +18,8 @@
|
||||||
# General Information about this style
|
# General Information about this style
|
||||||
name = subsilver2
|
name = subsilver2
|
||||||
copyright = © 2005 phpBB Group
|
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
|
# Defining a different template bitfield
|
||||||
# template_bitfield = lNg=
|
# template_bitfield = lNg=
|
||||||
|
|
Loading…
Add table
Reference in a new issue