From ae23223242e0147e32ae0e5bad97110beaa3755f Mon Sep 17 00:00:00 2001 From: Peter von Kaehne Date: Mon, 20 Jul 2015 06:24:12 +0000 Subject: added line to automatically add SwordVersionDate git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@498 07627401-56e2-0310-80f4-f8cd0041bdcd --- modules/conf/confmaker.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/conf/confmaker.pl b/modules/conf/confmaker.pl index e55475a..1f4710c 100755 --- a/modules/conf/confmaker.pl +++ b/modules/conf/confmaker.pl @@ -218,6 +218,7 @@ if (@inputFile>0) { elsif (!$makefile){ print "Version=1.0\n"; print "History=1.0 First release\n"; + print "SwordVersionDate=".`date +"%F"`; print "DistributionLicense=copyrighted. Do not distribute\n"; print "Description=".$doc_name." Bible in ".$doc_lang_name."\n"; print "About=".$doc_name." Bible in ".$doc_lang_name."\n"; -- cgit