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

Shigeru Chiba chiba at is.titech.ac.jp
Sun Jan 20 08:44:13 EST 2008


  User: chiba   
  Date: 08/01/20 08:44:13

  Modified:    src/main/javassist  CtClass.java
  Log:
  for 3.7.0.GA release
  
  Revision  Changes    Path
  1.95      +2 -2      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.94
  retrieving revision 1.95
  diff -u -b -r1.94 -r1.95
  --- CtClass.java	20 Oct 2007 16:47:00 -0000	1.94
  +++ CtClass.java	20 Jan 2008 13:44:13 -0000	1.95
  @@ -52,7 +52,7 @@
       /**
        * The version number of this release.
        */
  -    public static final String version = "3.7.0.beta";
  +    public static final String version = "3.7.0.GA";
   
       /**
        * Prints the version number and the copyright notice.
  @@ -63,7 +63,7 @@
        */
       public static void main(String[] args) {
           System.out.println("Javassist version " + CtClass.version);
  -        System.out.println("Copyright (C) 1999-2007 Shigeru Chiba."
  +        System.out.println("Copyright (C) 1999-2008 Shigeru Chiba."
                              + " All Rights Reserved.");
       }
   
  
  
  



More information about the jboss-cvs-commits mailing list