[Javanetsim-cvs] javaNetSim/core Version.java,1.3,1.4
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-10-12 15:21:31
|
Update of /cvsroot/javanetsim/javaNetSim/core In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26979/core Modified Files: Version.java Log Message: Index: Version.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/core/Version.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Version.java 23 Feb 2006 14:37:07 -0000 1.3 --- Version.java 12 Oct 2006 15:21:23 -0000 1.4 *************** *** 36,49 **** * @author Key * @since Sep 23, 2004 ! * @version v0.30 */ public class Version { ! public final static String CORE_VERSION = "v0.30"; //version of the simulation core public static final String TEAM_MEMBERS[] = { ! "fork of jFirewallSim project (http://sf.net/projects/jfirewallsim/)", "", ! "from 03 November 2005","", ! "Alexander Bolshev [Key]", "Project Manager / Developer / Maintainer", ! "Gift", "Developer / Configuration Developer", "Konstantin Karpov [QweR]", "Developer / Tester", "", "" --- 36,50 ---- * @author Key * @since Sep 23, 2004 ! * @version v0.31 */ public class Version { ! public final static String CORE_VERSION = "v0.31"; //version of the simulation core public static final String TEAM_MEMBERS[] = { ! "http://sf.net/projects/javanetsim","release date: 25 Sep 2006", "", ! "fork of jFirewallSim project (http://sf.net/projects/jfirewallsim/)", ! "from 03 Nov 2005","", ! "Alexander Bolshev [Key]", "Project Leader / Developer / Maintainer", ! "Ilgar Alekperov [Gift]", "Developer / Configuration Developer", "Konstantin Karpov [QweR]", "Developer / Tester", "", "" |