Update of /cvsroot/javanetsim/javaNetSim/core
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv3615/core
Modified Files:
Version.java
Log Message:
no message
Index: Version.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/Version.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Version.java 10 Nov 2006 08:32:22 -0000 1.10
--- Version.java 22 Nov 2006 21:51:14 -0000 1.11
***************
*** 1,6 ****
/*
! Java Firewall Simulator (jFirewallSim)
! Copyright (c) 2004, jFirewallSim development team All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are
--- 1,7 ----
/*
! Java Network Simulator (jNetSim)
! Copyright (c) 2005 - 2006, Ice Team; All rights reserved.
! Copyright (c) 2004, jFirewallSim development team; All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are
***************
*** 12,16 ****
of conditions and the following disclaimer in the documentation and/or other
materials provided with the distribution.
! - Neither the name of the Canberra Institute of Technology nor the names of its
contributors may be used to endorse or promote products derived from this software
without specific prior written permission.
--- 13,17 ----
of conditions and the following disclaimer in the documentation and/or other
materials provided with the distribution.
! - Neither the name of the Ice Team nor the names of its
contributors may be used to endorse or promote products derived from this software
without specific prior written permission.
***************
*** 39,43 ****
*/
public class Version {
! public final static String CORE_VERSION = "v0.32.2"; //version of the simulation core
public final static String YEARS = "2005 - 2006";
--- 40,44 ----
*/
public class Version {
! public final static String CORE_VERSION = "v0.32.3"; //version of the simulation core
public final static String YEARS = "2005 - 2006";
|