Add versioned about box, set title
[fanfix.git] / build.xml
index 45014d9566523d1ab5735279e220fb8b26685bd5..5894ef15422bd2f1921a2032b2e7abb7cf88101f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -32,6 +32,7 @@
 
   <!-- <property name="build.compiler" value="gcj"/> -->
 
+  <property name="version"       value="0.0.4"/>
   <property name="src.dir"       value="src"/>
   <property name="resources.dir" value="resources"/>
   <property name="build.dir"     value="build"/>
@@ -62,6 +63,7 @@
       <fileset dir="${src.dir}"/>
       <manifest>
        <attribute name="Main-Class" value="jexer.demos.Demo1"/>
+       <attribute name="Implementation-Version" value="${version}"/>
       </manifest>
     </jar>
   </target>