[Javanetsim-cvs] javaNetSim/core Version.java,1.7,1.8
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-10-26 15:05:01
|
Update of /cvsroot/javanetsim/javaNetSim/core In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18179/core Modified Files: Version.java Log Message: Index: Version.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/core/Version.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Version.java 26 Oct 2006 13:36:54 -0000 1.7 --- Version.java 26 Oct 2006 15:04:38 -0000 1.8 *************** *** 39,47 **** */ public class Version { ! public final static String CORE_VERSION = "v0.32"; //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: 12 Oct 2006", "", "fork of jFirewallSim project (http://sf.net/projects/jfirewallsim/)", "from 03 Nov 2005","", --- 39,47 ---- */ public class Version { ! public final static String CORE_VERSION = "v0.32.1"; //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: 26 Oct 2006", "", "fork of jFirewallSim project (http://sf.net/projects/jfirewallsim/)", "from 03 Nov 2005","", |