Link back to sf.net
[nikiroo-utils.git] / build.xml
index 45014d9566523d1ab5735279e220fb8b26685bd5..284c53a66151ca5db6c1e954e7028edcdd88990f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -4,7 +4,7 @@
 
    The MIT License (MIT)
 
-   Copyright (C) 2016 Kevin Lamonte
+   Copyright (C) 2017 Kevin Lamonte
 
    Permission is hereby granted, free of charge, to any person
    obtaining a copy of this software and associated documentation
@@ -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>
@@ -96,7 +98,7 @@
        <![CDATA[<h1>Jexer - Java Text User Interface Library</h1>]]>
       </doctitle>
       <bottom>
-       <![CDATA[<i>Copyright &#169; 2016 Kevin Lamonte. Licensed MIT.</i>]]>
+       <![CDATA[<i>Copyright &#169; 2017 Kevin Lamonte. Licensed MIT.</i>]]>
       </bottom>
       <!--
          <tag name="todo" scope="all" description="To do:"/>