[Javanetsim-cvs] javaNetSim/core Version.java,1.18,1.19
Status: Beta
Brought to you by:
darkkey
From: QweR <qw...@us...> - 2009-09-28 17:19:29
|
Update of /cvsroot/javanetsim/javaNetSim/core In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13989/core Modified Files: Version.java Log Message: some little bugs Index: Version.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/core/Version.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Version.java 13 Feb 2009 09:18:27 -0000 1.18 --- Version.java 28 Sep 2009 17:19:16 -0000 1.19 *************** *** 40,48 **** */ public class Version { ! public final static String CORE_VERSION = "v0.41"; //version of the simulation core public final static String YEARS = "2005 - 2009"; public static final String TEAM_MEMBERS[] = { ! "http://sf.net/projects/javanetsim","release date: 12 Feb 2009", "", "fork of jFirewallSim project (http://sf.net/projects/jfirewallsim/)", "from 03 Nov 2005","", --- 40,48 ---- */ public class Version { ! public final static String CORE_VERSION = "v0.42"; //version of the simulation core public final static String YEARS = "2005 - 2009"; public static final String TEAM_MEMBERS[] = { ! "http://sf.net/projects/javanetsim","release date: 26 Sep 2009", "", "fork of jFirewallSim project (http://sf.net/projects/jfirewallsim/)", "from 03 Nov 2005","", |