Bump the version number.

This commit is contained in:
Oliver Burn 2005-12-13 20:17:44 +00:00
parent 14172dd01a
commit f89b509f93
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@
<property file="checkstyle.buildproperties" />
<property file="${user.home}/checkstyle.buildproperties" />
<property name="version" value="4.1" />
<property name="ant.jar" value="${ant.home}/lib/ant.jar" />
<property name="xerces.jar" value="${ant.home}/lib/xercesImpl.jar" />
<property name="xml-apis.jar" value="${ant.home}/lib/xml-apis.jar" />
@ -36,7 +37,6 @@
<property name="xdocs.dest" value="${target.dir}/docs"/>
<property name="checkstyle.minimum.javaversion" value="1.4" />
<property name="checkstyle.testinputs.minimum.javaversion" value="1.5" />
<property name="version" value="4.0" />
<property name="testcases" value="**/*Test.java"/>
<path id="build.classpath">