the revision numbers change more rapidly than the release numbers. >public final static String cvsDate = "$Date$"; >public final static String date = cvsDate.substring(7, 23); > >
Does this still work with SVN? yes Daniel Leidert wrote: >[EMAIL PROTECTED] wrote: > > > >>Revision: 6115 >> http://svn.sourceforge.net/jmol/?rev=6115&view=rev >>Author: hansonr >>Date: 2006-11-06 08:13:42 -0800 (Mon, 06 Nov 2006) >> >>Log Message: >>----------- >>10.9.95 >> >> >[snip] > > >>Modified: trunk/Jmol/build.xml >> >> >[snip] > > >>- <property name="version" value="10.9.94" /> >>+ <property name="version" value="10.9.95" /> >> >> >[snip] > > >>Modified: trunk/Jmol/src/org/jmol/viewer/JmolConstants.java >>- public final static String version = "10.9.94"; //gaussian 03 MO fix; >>full secondary structure as mesh implementation >>+ public final static String version = "10.9.95"; //various minor >>rendering fixes; corrects RNA and DNA not correctly selecting phosphorus-only >> >> > >Wouldn't it be easier, you just add $Revision$ to the version number: > >10.9.$Revision$ (or it's SVN pendant) or > >because every change you makee is similar to a version change. So this >could ease your life much. Stable versions should of course keep >their version numbers. > > > > >Regards, Daniel > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
