From: <bma...@us...> - 2011-12-16 15:04:20
|
Revision: 6848 http://fudaa.svn.sourceforge.net/fudaa/?rev=6848&view=rev Author: bmarchan Date: 2011-12-16 15:04:09 +0000 (Fri, 16 Dec 2011) Log Message: ----------- Chgt de version -> 1.2.1 Modified Paths: -------------- trunk/soft/fudaa-lspiv/src/main/java/org/fudaa/fudaa/piv/PivImplementation.java Modified: trunk/soft/fudaa-lspiv/src/main/java/org/fudaa/fudaa/piv/PivImplementation.java =================================================================== --- trunk/soft/fudaa-lspiv/src/main/java/org/fudaa/fudaa/piv/PivImplementation.java 2011-12-16 15:02:06 UTC (rev 6847) +++ trunk/soft/fudaa-lspiv/src/main/java/org/fudaa/fudaa/piv/PivImplementation.java 2011-12-16 15:04:09 UTC (rev 6848) @@ -81,8 +81,8 @@ protected static BuInformationsSoftware isPIV_ = new BuInformationsSoftware(); static { isPIV_.name = "LSPIV"; - isPIV_.version = "1.2"; - isPIV_.date = "2011-12-05"; + isPIV_.version = "1.2.1"; + isPIV_.date = "2011-12-15"; isPIV_.rights = PivResource.getS("Tous droits r\xE9serv\xE9s")+". CETMEF (c)1999-2011"; isPIV_.license = "GPL2"; isPIV_.languages = "en,fr"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |