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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Sep 9 02:59:23 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-09-09 02:59:23 -0400 (Tue, 09 Sep 2008)
New Revision: 4558

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
Log:
JBREM-1030: Updated version to 2.5.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-09-09 01:14:59 UTC (rev 4557)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java	2008-09-09 06:59:23 UTC (rev 4558)
@@ -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.SP2 (Pinto)";
+   public static final String VERSION = "2.5.0.GA (Flounder)";
    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