Author: chatellier Date: 2009-09-28 17:56:26 +0000 (Mon, 28 Sep 2009) New Revision: 2654 Modified: isis-fish/trunk/changelog.txt isis-fish/trunk/src/main/java/fr/ifremer/isisfish/IsisConfig.java Log: Update version to 3.2.0.8 Modified: isis-fish/trunk/changelog.txt =================================================================== --- isis-fish/trunk/changelog.txt 2009-09-28 16:28:38 UTC (rev 2653) +++ isis-fish/trunk/changelog.txt 2009-09-28 17:56:26 UTC (rev 2654) @@ -1,3 +1,7 @@ +isis-fish (3.2.0.8) stable; urgency=low + + -- lun. sept. 28 19:52:53 CEST 2009 + isis-fish (3.2.0.7) stable; urgency=low * Fix a missing hashCode() problem in month (cause problem in matrixND) @@ -19,7 +23,7 @@ * Fix a little trace util object for both Cache and Trace aspect * Add aspect to get rule time (init/pre/post) in simulation summary - -- + -- lun. sept. 28 19:52:53 CEST 2009 isis-fish (3.2.0.6) stable; urgency=low Modified: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/IsisConfig.java =================================================================== --- isis-fish/trunk/src/main/java/fr/ifremer/isisfish/IsisConfig.java 2009-09-28 16:28:38 UTC (rev 2653) +++ isis-fish/trunk/src/main/java/fr/ifremer/isisfish/IsisConfig.java 2009-09-28 17:56:26 UTC (rev 2654) @@ -121,7 +121,7 @@ * migration de donnees demande automatiquement un changement de version * d'application. */ - protected final static VersionNumber version = new VersionNumber(3, 2, 0, 7); + protected final static VersionNumber version = new VersionNumber(3, 2, 0, 8); protected final static VersionNumber databaseVersion = new VersionNumber( version.getNumber(0), version.getNumber(1)); protected final static VersionNumber apiVersion = new VersionNumber(