Put in place a beta version number
This commit is contained in:
parent
117d339322
commit
188ba5ebd0
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
<property name="xdocs.src" value="src/xdocs"/>
|
||||
<property name="xdocs.dest" value="target/docs"/>
|
||||
<property name="version" value="4.0alpha" />
|
||||
<property name="version" value="4.0-beta1" />
|
||||
|
||||
<path id="build.classpath">
|
||||
<pathelement location="${antlr.jar}" />
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<properties>
|
||||
<meta name="keywords" content="inspection, lint, java"/>
|
||||
<title>Checkstyle</title>
|
||||
<title>Checkstyle @CHECKSTYLE_VERSION@</title>
|
||||
<author email="checkstyle-devel@lists.sourceforge.net">Checkstyle Development Team</author>
|
||||
</properties>
|
||||
|
||||
|
|
@ -209,7 +209,7 @@
|
|||
</section>
|
||||
|
||||
</body>
|
||||
</document>
|
||||
</document>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue