diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-30 17:53:03 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-30 17:53:03 +0200 |
| commit | 807e000b912a30f3c8010dd7c2acdfa04f6c5392 (patch) | |
| tree | c8297b272e4bfeff5d64ee2bfea9ca6418971ad8 /phpBB/styles | |
| parent | fda2a774b7d5fe2d1f99be76f33b2e4925c20713 (diff) | |
| parent | da48b7df22cbca1cfcbe558851dcc52c096b5edc (diff) | |
| download | forums-807e000b912a30f3c8010dd7c2acdfa04f6c5392.tar forums-807e000b912a30f3c8010dd7c2acdfa04f6c5392.tar.gz forums-807e000b912a30f3c8010dd7c2acdfa04f6c5392.tar.bz2 forums-807e000b912a30f3c8010dd7c2acdfa04f6c5392.tar.xz forums-807e000b912a30f3c8010dd7c2acdfa04f6c5392.zip | |
Merge branch 'prep-release-3.1.0-b4' into develop-ascraeus
* prep-release-3.1.0-b4:
[prep-release-3.1.0-b4] Update phpBB Version for b5 development
[prep-release-3.1.0-b4] Add changelog for 3.1.0-b4
[prep-release-3.1.0-b4] Prepare Changelog
[prep-release-3.1.0-b4] Add migration for 3.1.0-b4
[prep-release-3.1.0-b4] Update version to 3.1.0-b4
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/style.cfg | 4 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/style.cfg | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg index b4a96cd811..f3dd72cb52 100644 --- a/phpBB/styles/prosilver/style.cfg +++ b/phpBB/styles/prosilver/style.cfg @@ -21,8 +21,8 @@ # General Information about this style name = prosilver copyright = © phpBB Limited, 2007 -style_version = 3.1.0-b3 -phpbb_version = 3.1.0-b3 +style_version = 3.1.0-b4 +phpbb_version = 3.1.0-b4 # Defining a different template bitfield # template_bitfield = lNg= diff --git a/phpBB/styles/subsilver2/style.cfg b/phpBB/styles/subsilver2/style.cfg index d7cab8ead0..b9e77bfb4f 100644 --- a/phpBB/styles/subsilver2/style.cfg +++ b/phpBB/styles/subsilver2/style.cfg @@ -21,8 +21,8 @@ # General Information about this style name = subsilver2 copyright = © 2005 phpBB Limited -style_version = 3.1.0-b3 -phpbb_version = 3.1.0-b3 +style_version = 3.1.0-b4 +phpbb_version = 3.1.0-b4 # Defining a different template bitfield # template_bitfield = lNg= |
