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

Tom Elrod tom.elrod at jboss.com
Wed Aug 2 22:42:25 EDT 2006


  User: telrod  
  Date: 06/08/02 22:42:25

  Modified:    src/main/org/jboss/remoting  Version.java
  Log:
  Updates for the 2.0.0.CR1 release.
  
  Revision  Changes    Path
  1.9       +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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- Version.java	25 May 2006 05:54:13 -0000	1.8
  +++ Version.java	3 Aug 2006 02:42:25 -0000	1.9
  @@ -31,7 +31,7 @@
      public static final byte VERSION_1 = 1;
      public static final byte VERSION_2 = 2;
   
  -   public static final String VERSION = "2.0.0 Beta2 (Boon)";
  +   public static final String VERSION = "2.0.0 CR1 (Boon)";
      private static final byte byteVersion = VERSION_2;
      private static byte defaultByteVersion = byteVersion;
      private static boolean performVersioning = true;
  
  
  



More information about the jboss-cvs-commits mailing list