[jboss-remoting-commits] JBoss Remoting SVN: r4248 - remoting2/branches/2.x/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Wed May 28 03:25:48 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-05-28 03:25:48 -0400 (Wed, 28 May 2008)
New Revision: 4248

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
Log:
JBREM-987: Updated version to 2.4.0.GA.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java	2008-05-28 07:11:02 UTC (rev 4247)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java	2008-05-28 07:25:48 UTC (rev 4248)
@@ -34,7 +34,7 @@
    public static final byte VERSION_2 = 2;
    public static final byte VERSION_2_2 = 22;
 
-   public static final String VERSION = "2.4.0.CR2 (Pinto)";
+   public static final String VERSION = "2.4.0.GA (Pinto)";
    private static final byte byteVersion = VERSION_2_2;
    private static byte defaultByteVersion = byteVersion;
    private static boolean performVersioning = true;




More information about the jboss-remoting-commits mailing list