[Javanetsim-cvs] javaNetSim/core Version.java,1.11,1.12
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2007-09-14 15:30:13
|
Update of /cvsroot/javanetsim/javaNetSim/core In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22094/core Modified Files: Version.java Log Message: Updated TODO, README, and vesrion. Index: Version.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/core/Version.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Version.java 22 Nov 2006 21:51:14 -0000 1.11 --- Version.java 14 Sep 2007 15:30:08 -0000 1.12 *************** *** 40,52 **** */ public class Version { ! public final static String CORE_VERSION = "v0.32.3"; //version of the simulation core ! public final static String YEARS = "2005 - 2006"; public static final String TEAM_MEMBERS[] = { ! "http://sf.net/projects/javanetsim","release date: 10 Nov 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", "", "If you found a bug, please post it to: http://sf.net/tracker/?atid=784685&group_id=152576", --- 40,52 ---- */ public class Version { ! public final static String CORE_VERSION = "v0.33"; //version of the simulation core ! public final static String YEARS = "2005 - 2007"; public static final String TEAM_MEMBERS[] = { ! "http://sf.net/projects/javanetsim","release date: 26 Sep 2007", "", "fork of jFirewallSim project (http://sf.net/projects/jfirewallsim/)", "from 03 Nov 2005","", "Alexander Bolshev [Key]", "Project Leader / Developer / Maintainer", ! "Ilgar Alekperov [Gift]", "Developer / Tester", "Konstantin Karpov [QweR]", "Developer / Tester", "", "If you found a bug, please post it to: http://sf.net/tracker/?atid=784685&group_id=152576", |