<h2>Changes</h2>
-<p>-version 3.12
-
-<ul>
- <li>JIRA JASSIST-89, 95
-</ul>
+<p>-version 3.12 on April 16, 2010
<p>-version 3.11 on July 3, 2009
<ul>
<h2>Copyright notices</h2>
<p>Javassist, a Java-bytecode translator toolkit.
-<br>Copyright (C) 1999-2009 Shigeru Chiba. All Rights Reserved.
+<br>Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.
<p>The contents of this software, Javassist, are subject to
the Mozilla Public License Version 1.1 (the "License");<br>
<p>The Initial Developer of the Original Code is Shigeru Chiba.
Portions created by the Initial Developer are<br>
-Copyright (C) 1999-2009 Shigeru Chiba. All Rights Reserved.
+Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.
<p>Contributor(s): ______________________________________.
<p>Alternatively, the contents of this software may be used under the
windowtitle="Javassist API">
<doctitle><![CDATA[<h1>Javassist</h1>]]></doctitle>
<bottom><![CDATA[<i>Javassist, a Java-bytecode translator toolkit.<br>
-Copyright (C) 1999-2009 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
+Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
</javadoc>
</target>
<description>Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java.
</description>
- <version>3.12.0-SNAPSHOT</version>
+ <version>3.12.0.GA</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>
<distributionManagement>
/**
* The version number of this release.
*/
- public static final String version = "3.12.0-SNAPSHOT";
+ public static final String version = "3.12.0.GA";
/**
* Prints the version number and the copyright notice.
*/
public static void main(String[] args) {
System.out.println("Javassist version " + CtClass.version);
- System.out.println("Copyright (C) 1999-2009 Shigeru Chiba."
+ System.out.println("Copyright (C) 1999-2010 Shigeru Chiba."
+ " All Rights Reserved.");
}