From: <bo...@us...> - 2008-06-10 09:35:12
|
Revision: 274 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=274&view=rev Author: bodewig Date: 2008-06-10 02:35:15 -0700 (Tue, 10 Jun 2008) Log Message: ----------- bump version after tag Modified Paths: -------------- trunk/xmlunit/build.xml trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java Modified: trunk/xmlunit/build.xml =================================================================== --- trunk/xmlunit/build.xml 2008-06-10 09:23:58 UTC (rev 273) +++ trunk/xmlunit/build.xml 2008-06-10 09:35:15 UTC (rev 274) @@ -37,7 +37,7 @@ <property file="build.properties"/> <!-- Version --> - <property name="xmlunit.version" value="1.2"/> + <property name="xmlunit.version" value="1.3alpha"/> <!-- some locations --> <property name="src.dir" value="src"/> Modified: trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java =================================================================== --- trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java 2008-06-10 09:23:58 UTC (rev 273) +++ trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java 2008-06-10 09:35:15 UTC (rev 274) @@ -558,7 +558,7 @@ * @return current version */ public static String getVersion() { - return "1.2"; + return "1.3alpha"; } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |