Index: /branches/stable/Makefile
===================================================================
--- /branches/stable/Makefile	(revision 432)
+++ /branches/stable/Makefile	(revision 433)
@@ -133,5 +133,5 @@
 	/usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < $(PKGNAME).spec > $(PKGNAME)-$(VERSION)/$(PKGNAME).spec
 	/usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < INSTALL > $(PKGNAME)-$(VERSION)/INSTALL
-	perl -pi -e 's/[\d.]+;\s*##VERSION##/$(VERSION);/;' $(PKGNAME)-$(VERSION)/DNSDB.pm
+	perl -pi -e 's/["\d.]+;\s*##VERSION##/"$(VERSION)";/;' $(PKGNAME)-$(VERSION)/DNSDB.pm
 	tar cf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION)
 	gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
Index: /branches/stable/templates/footer.tmpl
===================================================================
--- /branches/stable/templates/footer.tmpl	(revision 432)
+++ /branches/stable/templates/footer.tmpl	(revision 433)
@@ -5,5 +5,5 @@
 <div id="contact">
 <a href="https://secure.deepnet.cx/trac/dnsadmin">dnsadmin</a> <TMPL_VAR NAME=version>
-&copy; 2008-2011 <a href="mailto:kdeugau@deepnet.cx">Kris Deugau</a>/<a href="http://www.deepnet.cx">deepnet</a><br />
+&copy; 2008-2012 <a href="mailto:kdeugau@deepnet.cx">Kris Deugau</a>/<a href="http://www.deepnet.cx">deepnet</a><br />
 Written for standards-based browsers (eg <a href="http://www.firefox.com">FireFox</a>/<a href="http://www.mozilla.org">Mozilla</a>)
 </div>
