From: Philip J. <pj...@un...> - 2008-07-08 23:14:04
|
On Jul 8, 2008, at 1:59 AM, fwi...@us... wrote: > Revision: 4870 > http://jython.svn.sourceforge.net/jython/?rev=4870&view=rev > Author: fwierzbicki > Date: 2008-07-08 01:59:37 -0700 (Tue, 08 Jul 2008) > > Log Message: > ----------- > some tweaks to help the install task. > > Modified Paths: > -------------- > branches/asm/build.xml > > Modified: branches/asm/build.xml > =================================================================== > --- branches/asm/build.xml 2008-07-08 07:27:03 UTC (rev 4869) > +++ branches/asm/build.xml 2008-07-08 08:59:37 UTC (rev 4870) > @@ -202,7 +202,7 @@ > <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> > <!-- 0xAA --> > > <!-- The current version info --> > - <property name="jython.version" value="2.5a0+" /> > + <property name="jython.version" value="2.5a0" /> Why the version number change? Does the installer have trouble with it? -- Philip Jenvey |