[jboss-cvs] javassist/src/main/javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Sun Mar 9 09:07:13 EDT 2008


  User: chiba   
  Date: 08/03/09 09:07:13

  Modified:    src/main/javassist  CtClass.java
  Log:
  preparation for 3.7.1 release
  
  Revision  Changes    Path
  1.96      +1 -1      javassist/src/main/javassist/CtClass.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtClass.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtClass.java,v
  retrieving revision 1.95
  retrieving revision 1.96
  diff -u -b -r1.95 -r1.96
  --- CtClass.java	20 Jan 2008 13:44:13 -0000	1.95
  +++ CtClass.java	9 Mar 2008 13:07:12 -0000	1.96
  @@ -52,7 +52,7 @@
       /**
        * The version number of this release.
        */
  -    public static final String version = "3.7.0.GA";
  +    public static final String version = "3.7.1.GA";
   
       /**
        * Prints the version number and the copyright notice.
  
  
  



More information about the jboss-cvs-commits mailing list