Commit 6c0f0388 authored by gmantele's avatar gmantele
Browse files

[ADQL] Change the version number inside the ADQL library builder...next...

[ADQL] Change the version number inside the ADQL library builder...next modifications will be for the version 1.3 or more.
parent b9157a32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
<!DOCTYPE project>
<project name="adql" basedir="." default="buildLib">
	
	<property name="version" value="1.2" />
	<property name="version" value="1.3" />

	<property name="srcDir" value="src" />
	<property name="compileDir" value="antBuild" />