Author: ron.sigal(a)jboss.com
Date: 2010-05-09 16:20:39 -0400 (Sun, 09 May 2010)
New Revision: 5853
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
Log:
JBREM-1223: Changed version to 2.5.2.SP3.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java 2010-05-09 20:19:37
UTC (rev 5852)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java 2010-05-09 20:20:39
UTC (rev 5853)
@@ -40,7 +40,7 @@
public static final byte VERSION_2 = 2;
public static final byte VERSION_2_2 = 22;
- public static final String VERSION = "2.5.2.SP3-preview (Flounder)";
+ public static final String VERSION = "2.5.2.SP3 (Flounder)";
private static final byte byteVersion = VERSION_2_2;
private static byte defaultByteVersion = byteVersion;
private static boolean performVersioning = true;
Show replies by date