make version/branch dynamic to build and add build-date

This commit is contained in:
Nicholas St. Germain 2020-12-21 11:00:45 -06:00
parent eeb0198e3d
commit 0906480270
No known key found for this signature in database
GPG key ID: 7221152119DAB1E6
5 changed files with 20 additions and 139 deletions

View file

@ -1,2 +1,3 @@
VERSION = "1.7.7"
VERSION = "0.0.0"
BRANCH = 'develop'
BUILD_DATE = '1/1/1970'