Skip to content

Commit f3a5d37

Browse files
author
Thorsten Rinne
committed
Hello, phpMyFAQ 2.9.0-dev!
1 parent cb9c956 commit f3a5d37

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
phpMyFAQ 2.8.0
2-
Codename "Perdita"
1+
phpMyFAQ 2.9.0-dev
2+
Codename "Proteus"
33

44
CHANGELOG
55

66
This is a log of major user-visible changes in each phpMyFAQ release.
77

8+
Version 2.9.0-dev - 2013-
9+
-
10+
811
Version 2.8.0 - 2013-04-
912
- changed PHP requirement to PHP 5.3.3 and later (Thorsten)
1013
- phpMyFAQ is now licensed under the terms of Mozilla Public License 2.0 (Thorsten, Florian)

parameters.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<parameters>
22
<parameter name="Application Path" defaultValue="Default Web Site/faq" tags="iisapp">
3-
<parameterEntry type="ProviderPath" scope="iisapp" match="phpMyFAQ-2.8.0" />
3+
<parameterEntry type="ProviderPath" scope="iisapp" match="phpMyFAQ-2.9.0" />
44
</parameter>
55
</parameters>

phpmyfaq/inc/PMF/System.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class PMF_System
3838
/**
3939
* Minor version
4040
*/
41-
const VERSION_MINOR = 8;
41+
const VERSION_MINOR = 9;
4242

4343
/**
4444
* Patchlevel
@@ -48,7 +48,7 @@ class PMF_System
4848
/**
4949
* Pre-release version
5050
*/
51-
const VERSION_PRERELEASE = null;
51+
const VERSION_PRERELEASE = 'dev';
5252

5353
/**
5454
* API version

scripts/version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
if [ "x${PMF_VERSION}" = "x" ]; then
2-
PMF_VERSION="2.8.0"
2+
PMF_VERSION="2.9.0-dev"
33
fi

0 commit comments

Comments
 (0)