]> source.dussan.org Git - javassist.git/commitdiff
updates for release 3.24.0-GA
authorchibash <chiba@javassist.org>
Wed, 31 Oct 2018 16:05:31 +0000 (01:05 +0900)
committerchibash <chiba@javassist.org>
Wed, 31 Oct 2018 16:05:31 +0000 (01:05 +0900)
Readme.html
src/main/META-INF/MANIFEST.MF
src/main/javassist/CtClass.java

index 1fc89e241366b1ce1a5edd5fc0943d325c948013..b89b5b95087420ff45bb1c6b03ea7a2d2f959fa3 100644 (file)
@@ -281,7 +281,7 @@ see javassist.Dump.
 
 <h2>Changes</h2>
 
-<p>-version 3.24
+<p>-version 3.24 on November 1, 2018
 <ul>
        <li>Java 11 supports.</li>
     <li>JIRA JASSIST-267.</li>
@@ -870,4 +870,4 @@ and all other contributors for their contributions.
 (Email: <tt>chiba@javassist.org</tt>)
 
 </body>
-</html>
\ No newline at end of file
+</html>
index d54cb4ba8104f5ed9190c9246867b2eade3e4549..09bb026c60c6b7bdcb96df59b17c0c42c0f73ba4 100644 (file)
@@ -1,5 +1,5 @@
 Specification-Title: Javassist
 Specification-Vendor: Shigeru Chiba, www.javassist.org
-Specification-Version: 3.24.0-RC
+Specification-Version: 3.24.0-GA
 Main-Class: javassist.CtClass
 Automatic-Module-Name: org.javassist
index 8fe598d2cfaa96d01863c5d034c279b9c72a4715..847d9c7b0ae363dc2b82746868a6e19dff99b862 100644 (file)
@@ -69,7 +69,7 @@ public abstract class CtClass {
     /**
      * The version number of this release.
      */
-    public static final String version = "3.24.0-RC";
+    public static final String version = "3.24.0-GA";
 
     /**
      * Prints the version number and the copyright notice.