[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...

Ron Sigal ron_sigal at yahoo.com
Sun Sep 2 17:19:22 EDT 2007


  User: rsigal  
  Date: 07/09/02 17:19:22

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x Version.java
  Log:
  JBREM-801:  Updated version.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.12.2.7  +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.12.2.6
  retrieving revision 1.12.2.7
  diff -u -b -r1.12.2.6 -r1.12.2.7
  --- Version.java	20 Mar 2007 03:18:41 -0000	1.12.2.6
  +++ Version.java	2 Sep 2007 21:19:22 -0000	1.12.2.7
  @@ -32,7 +32,7 @@
      public static final byte VERSION_2 = 2;
      public static final byte VERSION_2_2 = 22;
   
  -   public static final String VERSION = "2.2.0 GA (Bluto)";
  +   public static final String VERSION = "2.4.0 Beta (Pinto)";
      private static final byte byteVersion = VERSION_2_2;
      private static byte defaultByteVersion = byteVersion;
      private static boolean performVersioning = true;
  
  
  



More information about the jboss-cvs-commits mailing list