[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...
Tom Elrod
telrod at belmont.prod.atl2.jboss.com
Tue Aug 29 12:02:15 EDT 2006
User: telrod
Date: 06/08/29 12:02:15
Modified: src/main/org/jboss/remoting Version.java
Log:
Updated release files for new version, 2.0.0.GA and included release notes.
Revision Changes Path
1.10 +1 -1 JBossRemoting/src/main/org/jboss/remoting/Version.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Version.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/Version.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- Version.java 3 Aug 2006 02:42:25 -0000 1.9
+++ Version.java 29 Aug 2006 16:02:15 -0000 1.10
@@ -31,7 +31,7 @@
public static final byte VERSION_1 = 1;
public static final byte VERSION_2 = 2;
- public static final String VERSION = "2.0.0 CR1 (Boon)";
+ public static final String VERSION = "2.0.0 GA (Boon)";
private static final byte byteVersion = VERSION_2;
private static byte defaultByteVersion = byteVersion;
private static boolean performVersioning = true;
More information about the jboss-cvs-commits
mailing list