Skip to content

Commit

Permalink
Update makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dkruckemyer-ventana committed Aug 17, 2021
1 parent 281d68e commit f25e270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@

SPEC=cmobase
# version is TG version number; should be updated in both Makefiles
VERSION=0.5
VERSION=0.5.1
DATE=$(shell date +%Y.%m.%d)
COMMITDATE=$(shell git show -s --format=%ci | cut -d ' ' -f 1)
GITVERSION=$(shell git describe --tag --always --dirty)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.pwsh
Expand Up @@ -11,7 +11,7 @@
PWSHCMD=powershell -noprofile -command
SPEC=cmobase
# version is TG version number; should be updated in both Makefiles
VERSION=0.5
VERSION=0.5.1
DATE=$(shell date -UFormat \"%Y.%m.%d\")
COMMITDATE=$(shell git log -1 --format=%cs)
GITVERSION=$(shell git describe --tag --always --dirty)
Expand Down

0 comments on commit f25e270

Please sign in to comment.