Skip to content

Commit

Permalink
Version 7.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomlourenco committed Nov 1, 2024
1 parent f12f6a0 commit 3b8b629
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ endif

# merge, tag and push
define mtp
VERSION=$(shell head -1 NOVAthesisFiles/nt-version.sty | sed -e 's/.*{//' -e 's/\(.*\)./\1/')
DATE=$(shell tail -1 NOVAthesisFiles/nt-version.sty | sed -e 's/.*{//' -e 's/\(.*\)./\1/' | tr '\n' '@'m| sed -e 's/\(.*\)./\1/')
make clean
echo "VERSION IS $(VERSION)"
git commit --all --message "Version $(VERSION)." || true
Expand Down

0 comments on commit 3b8b629

Please sign in to comment.