Merge pull request #5 from ddebrunner/rel1

Switch to consistent use of v0.3 
diff --git a/build.xml b/build.xml
index b629715..7e66443 100644
--- a/build.xml
+++ b/build.xml
@@ -250,7 +250,7 @@
       author="true"
       version="true"
       use="true"
-      windowtitle="Quarks Pre-Alpha"
+      windowtitle="Quarks v0.3"
       additionalparam="-Xdoclint:none"
       Overview="quarks_overview.html"
       failonwarning="true"
@@ -274,9 +274,9 @@
         </fileset>
       </classpath>
 
-       <doctitle>Quarks Pre-Alpha Evaluation</doctitle>
+       <doctitle>Quarks v0.3</doctitle>
        <footer><![CDATA[<a href="http://quarks-edge.github.io">quarks-edge community @ github.com</a>]]></footer>
-       <bottom>Copyright IBM 2015,2016</bottom>
+       <bottom>Copyright IBM 2015,2016 - ${commithash}-${DSTAMP}-${TSTAMP}</bottom>
        <group title="Quarks API" packages="quarks.execution,quarks.function,quarks.topology,quarks.topology.*,quarks.execution.*"/>
        <group title="Quarks Providers" packages="quarks.providers.*"/>
        <group title="Quarks Connectors" packages="quarks.connectors.*"/>
diff --git a/quarks_overview.html b/quarks_overview.html
index e98a3e6..8b44711 100644
--- a/quarks_overview.html
+++ b/quarks_overview.html
@@ -1,7 +1,7 @@
 <body>
 Quarks provides an programming model and runtime for executing streaming
 analytics at the <i>edge</i>
-<H1>Quarks Pre-Alpha Evaluation</H1>
+<H1>Quarks v0.3</H1>
 <OL>
 <LI><a href="#overview">Overview</A></LI>
 <LI><a href="#model">Programming Model</A></LI>