Skip to content

Commit a695590

Browse files
committed
2.8.0-alpha3 -> 2.8.0-beta
1 parent d00d80d commit a695590

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
phpMyFAQ 2.8.0-alpha3
1+
phpMyFAQ 2.8.0-beta
22
Codename "Perdita"
33

44
CHANGELOG
55

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

8-
Version 2.8.0-alpha3 - 2012-11-20
8+
Version 2.8.0-beta - 2012-
99
- changed PHP requirement to PHP 5.3.2 and later (Thorsten)
1010
- phpMyFAQ is now licensed under the terms of Mozilla Public License 2.0 (Thorsten, Florian)
1111
- added new and improved frontend and backend user interface based on Twitter Bootstrap (Thorsten)

phpmyfaq.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ installation script.
154154
%changelog
155155
==========
156156

157+
* Tue Nov 20 2012 Thorsten Rinne <thorsten@phpmyfaq.de> - 2.8.0.beta-1
158+
- New upstream version 2.8.0-beta
159+
157160
* Mon Aug 27 2012 Thorsten Rinne <thorsten@phpmyfaq.de> - 2.8.0.alpha3-1
158161
- New upstream version 2.8.0-alpha3
159162

phpmyfaq/inc/System.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class PMF_System
4848
/**
4949
* Pre-release version
5050
*/
51-
const VERSION_PRERELEASE = 'alpha3';
51+
const VERSION_PRERELEASE = 'beta';
5252

5353
/**
5454
* API version

scripts/version.sh

Lines changed: 1 addition & 1 deletion
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-alpha3"
2+
PMF_VERSION="2.8.0-beta"
33
fi

0 commit comments

Comments
 (0)