Browse Source

release 3.15.0-GA

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@586 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 13 years ago
parent
commit
dfc5f7b442
3 changed files with 5 additions and 4 deletions
  1. 1
    0
      Readme.html
  2. 3
    3
      src/main/META-INF/MANIFEST.MF
  3. 1
    1
      src/main/javassist/CtClass.java

+ 1
- 0
Readme.html View File

@@ -284,6 +284,7 @@ see javassist.Dump.
<p>-version 3.15 on July 8, 2011
<ul>
<li>The license was changed to MPL/LGPL/Apache triple.
<li>JIRA JASSIST-138 was fixed.
</ul>

<p>-version 3.14 on October 5, 2010

+ 3
- 3
src/main/META-INF/MANIFEST.MF View File

@@ -1,8 +1,8 @@
Manifest-Version: 1.1
Specification-Title: Javassist
Created-By: Shigeru Chiba, Tokyo Institute of Technology
Specification-Vendor: Shigeru Chiba, Tokyo Institute of Technology
Specification-Version: 3.14.0.GA
Created-By: Shigeru Chiba
Specification-Vendor: Shigeru Chiba
Specification-Version: 3.15.0.GA
Main-Class: javassist.CtClass

Name: javassist/

+ 1
- 1
src/main/javassist/CtClass.java View File

@@ -53,7 +53,7 @@ public abstract class CtClass {
/**
* The version number of this release.
*/
public static final String version = "3.15.0.GA";
public static final String version = "3.15.0-GA";

/**
* Prints the version number and the copyright notice.

Loading…
Cancel
Save