<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>
(Email: <tt>chiba@javassist.org</tt>)
</body>
-</html>
\ No newline at end of file
+</html>
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
/**
* 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.