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

Shigeru Chiba chiba at is.titech.ac.jp
Thu Sep 13 06:59:15 EDT 2007


  User: chiba   
  Date: 07/09/13 06:59:15

  Modified:    src/main/javassist  CtClass.java
  Log:
  for 3.6.0 release
  
  Revision  Changes    Path
  1.92      +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.91
  retrieving revision 1.92
  diff -u -b -r1.91 -r1.92
  --- CtClass.java	13 Sep 2007 10:49:07 -0000	1.91
  +++ CtClass.java	13 Sep 2007 10:59:15 -0000	1.92
  @@ -52,7 +52,7 @@
       /**
        * The version number of this release.
        */
  -    public static final String version = "3.6.0";
  +    public static final String version = "3.6.0.GA";
   
       /**
        * Prints the version number and the copyright notice.
  
  
  



More information about the jboss-cvs-commits mailing list