Prepare next release 2.8: update docs tree and overview (RC1)

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1391971 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: e973d4858f
This commit is contained in:
Bruno Demion 2012-09-30 09:16:08 +00:00
parent 7993624de6
commit 1e2c1fb2b3
3 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ public final class JMeterVersion {
* This ensures that JMeterUtils always gets the correct
* version, even if JMeterUtils is not re-compiled during the build.
*/
private static final String VERSION = "2.7";
private static final String VERSION = "2.8";
private static final String IMPLEMENTATION;

View File

@ -18,7 +18,7 @@
<!DOCTYPE document
[
<!ENTITY release '2.7'>
<!ENTITY release '2.8'>
]>
<document>

View File

@ -18,7 +18,7 @@
<!-- This file is copied into the Javadoc overview -->
<html>
<body>
This is the documentation for Apache JMeter version 2.7 API.
@version 2.7
This is the documentation for Apache JMeter version 2.8 API.
@version 2.8
</body>
</html>