aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-01-20 13:44:13 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-01-20 13:44:13 +0000
commit2db5ca38f3f8a6ce31457045371973f4266948cf (patch)
tree0b369849c45c6315d7d5b8bc0f717512c6e40ad8 /build.xml
parenta95aa5298350c3c5d9310c6e99c58534d1e25f6e (diff)
downloadjavassist-2db5ca38f3f8a6ce31457045371973f4266948cf.tar.gz
javassist-2db5ca38f3f8a6ce31457045371973f4266948cf.zip
for 3.7.0.GA release
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@418 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 9562ba16..1a6385e0 100644
--- a/build.xml
+++ b/build.xml
@@ -6,7 +6,7 @@
<project name="javassist" default="jar" basedir=".">
- <property name="dist-version" value="javassist-3.6"/>
+ <property name="dist-version" value="javassist-3.7"/>
<property environment="env"/>
<property name="target.jar" value="javassist.jar"/>
@@ -127,7 +127,7 @@ to ${build.classes.dir}.</echo>
windowtitle="Javassist API">
<doctitle><![CDATA[<h1>Javassist</h1>]]></doctitle>
<bottom><![CDATA[<i>Javassist, a Java-bytecode translator toolkit.<br>
-Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
+Copyright (C) 1999-2008 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
</javadoc>
</target>