File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
- phpMyFAQ 2.8.0
2
- Codename "Perdita "
1
+ phpMyFAQ 2.9.0-dev
2
+ Codename "Proteus "
3
3
4
4
CHANGELOG
5
5
6
6
This is a log of major user-visible changes in each phpMyFAQ release.
7
7
8
+ Version 2.9.0-dev - 2013-
9
+ -
10
+
8
11
Version 2.8.0 - 2013-04-
9
12
- changed PHP requirement to PHP 5.3.3 and later (Thorsten)
10
13
- phpMyFAQ is now licensed under the terms of Mozilla Public License 2.0 (Thorsten, Florian)
Original file line number Diff line number Diff line change 1
1
<parameters >
2
2
<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" />
4
4
</parameter >
5
5
</parameters >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class PMF_System
38
38
/**
39
39
* Minor version
40
40
*/
41
- const VERSION_MINOR = 8 ;
41
+ const VERSION_MINOR = 9 ;
42
42
43
43
/**
44
44
* Patchlevel
@@ -48,7 +48,7 @@ class PMF_System
48
48
/**
49
49
* Pre-release version
50
50
*/
51
- const VERSION_PRERELEASE = null ;
51
+ const VERSION_PRERELEASE = ' dev ' ;
52
52
53
53
/**
54
54
* API version
Original file line number Diff line number Diff line change 1
1
if [ " x${PMF_VERSION} " = " x" ]; then
2
- PMF_VERSION=" 2.8.0 "
2
+ PMF_VERSION=" 2.9.0-dev "
3
3
fi
You can’t perform that action at this time.
0 commit comments