Skip to content

Commit

Permalink
Version 7.1.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomlourenco committed Apr 8, 2024
1 parent 52ffe37 commit 0d8a32d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,12 @@ endif
bump1 bump2 bump3:
ifneq (, $(shell ls Scripts/newversion.sh))
Scripts/newversion.sh $(subst bump,,$@)
@echo make mtp
@$(call mtp)
endif

#############################################################################
# FUNCTIONS
#############################################################################
#————————————————————————————————————————————————————————————————————————————
define times
@printf "TIMES FROM THE LAST EXECUTION\n"
Expand All @@ -174,10 +177,8 @@ define times
done
endef

#————————————————————————————————————————————————————————————————————————————
# merge, tag and push
.PHONY: mtp
mtp:
define mtp
make clean
git cam "Version $(VERSION)."
git checkout main
Expand All @@ -187,3 +188,4 @@ mtp:
git push --all
git push --tags
git checkout develop
endef
4 changes: 2 additions & 2 deletions NOVAthesisFiles/nt-version.sty
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
\newcommand*{\novathesisversion}{7.1.19}
\newcommand*{\novathesisdate}{2024-03-28}
\newcommand*{\novathesisversion}{7.1.21}
\newcommand*{\novathesisdate}{2024-04-08}
4 changes: 2 additions & 2 deletions novathesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% To view a copy of this license, visit
%% https://www.latex-project.org/lppl/lppl-1-3c/
%%
%% Version 2024-03-28 [7.1.19]
%% Version 2024-04-08 [7.1.21]
%% Departamento de Informática (www.di.fct.unl.pt)
%% Faculdade de Ciências e Tecnologia (www.fct.unl.pt)
%% Universidade NOVA de Lisboa (www.unl.pt)
Expand Down Expand Up @@ -54,7 +54,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\ProvidesClass{novathesis}[2024-03-28 novathesis template]
\ProvidesClass{novathesis}[2024-04-08 novathesis template]
\NeedsTeXFormat{LaTeX2e}[2020-02-02]


Expand Down
2 changes: 1 addition & 1 deletion template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% To view a copy of this license, visit
%% https://www.latex-project.org/lppl/lppl-1-3c/
%%
%% Version 2024-03-28 [7.1.19]
%% Version 2024-04-08 [7.1.21]
%% Departamento de Informática (www.di.fct.unl.pt)
%% Faculdade de Ciências e Tecnologia (www.fct.unl.pt)
%% Universidade NOVA de Lisboa (www.unl.pt)
Expand Down

0 comments on commit 0d8a32d

Please sign in to comment.