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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Aug 12 03:04:08 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-08-12 03:04:07 -0400 (Tue, 12 Aug 2008)
New Revision: 4510

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

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java	2008-08-12 07:03:21 UTC (rev 4509)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java	2008-08-12 07:04:07 UTC (rev 4510)
@@ -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.GA (Pinto)";
+   public static final String VERSION = "2.4.0.SP1 (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