This commit is contained in:
Jonathan Campbell 2018-05-03 18:54:09 -07:00
parent 8f97fe52db
commit 8b2867156d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,3 @@
/*auto-generated*/
#define UPDATED_STR "May 3, 2018 6:49:33pm"
#define UPDATED_STR "May 3, 2018 6:53:44pm"
#define COPYRIGHT_END_YEAR "2018"

View File

@ -6,8 +6,14 @@ git checkout develop
git pull
git push
rm -f include/build_timestamp.h
git checkout include/build_timestamp.h
git checkout master
git pull
git push
rm -f include/build_timestamp.h
git checkout include/build_timestamp.h
git checkout master && git merge develop && git checkout develop && git merge master && git fetch --all && git push --all && make -j