Skip to content

Commit

Permalink
Prepare release 1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Aug 13, 2018
1 parent 754a512 commit 692d58b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ version:
@echo " VER $(VERSION)"
$(shell sed -i -r -s 's/[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/$(VERSION)/g' $(VERSION_FILES))
$(shell sed -i -r -s 's/[0-9]+\.[0-9]+\.[0-9]+/$(VERSION_S)/g' $(VERSION_FILES))
@echo "#define MAJOR $(MAJOR)\n#define MINOR $(MINOR)\n#define PATCHLVL $(PATCH)\n#define BUILD $(BUILD)" > "addons/main/script_version.hpp"
@echo "#define TAC_VERSION_MAJOR $(MAJOR)\n#define TAC_VERSION_MINOR $(MINOR)\n#define TAC_VERSION_PATCH $(PATCH)\n#define TAC_VERSION_BUILD $(BUILD)" > "extensions/src/common/version.h"
@echo -e "#define MAJOR $(MAJOR)\n#define MINOR $(MINOR)\n#define PATCHLVL $(PATCH)\n#define BUILD $(BUILD)" > "addons/main/script_version.hpp"
@echo -e "#define TAC_VERSION_MAJOR $(MAJOR)\n#define TAC_VERSION_MINOR $(MINOR)\n#define TAC_VERSION_PATCH $(PATCH)\n#define TAC_VERSION_BUILD $(BUILD)" > "extensions/src/common/version.h"

commit:
@echo " GIT commit release preparation"
Expand Down
5 changes: 4 additions & 1 deletion addons/main/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
#define MAJOR 1\n#define MINOR 14\n#define PATCHLVL 4\n#define BUILD 36
#define MAJOR 1
#define MINOR 14
#define PATCHLVL 4
#define BUILD 36
5 changes: 4 additions & 1 deletion extensions/src/common/version.h
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
#define TAC_VERSION_MAJOR 1\n#define TAC_VERSION_MINOR 14\n#define TAC_VERSION_PATCH 4\n#define TAC_VERSION_BUILD 36
#define TAC_VERSION_MAJOR 1
#define TAC_VERSION_MINOR 14
#define TAC_VERSION_PATCH 4
#define TAC_VERSION_BUILD 36

0 comments on commit 692d58b

Please sign in to comment.