Skip to content

Commit fb2bf43

Browse files
authored
Merge branch 'master' into better_release
2 parents 00ac9a8 + 0790efc commit fb2bf43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PYSOURCES=$(wildcard ${MODULE}/**.py tests/*.py) setup.py
2929
DEVPKGS=pep8 diff_cover autopep8 pylint coverage pydocstyle flake8 pytest isort mock
3030
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
3131
python-flake8 python-mock shellcheck
32-
VERSION=1.0.$(shell date +%Y%m%d%H%M%S --date=`git log --first-parent \
32+
VERSION=1.0.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
3333
--max-count=1 --format=format:%cI`)
3434
mkfile_dir := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
3535

@@ -190,4 +190,3 @@ FORCE:
190190
# Example `make print-VERSION`
191191
# From https://www.cmcrossroads.com/article/printing-value-makefile-variable
192192
print-% : ; @echo $* = $($*)
193-

0 commit comments

Comments
 (0)