From cc76eadd26a7649ce6ab76aa5c0da53b1ee531f3 Mon Sep 17 00:00:00 2001 From: horchi Date: Mon, 6 Mar 2017 20:08:12 +0100 Subject: 2017-03-06: version 1.1.45 (horchi)\n - change: Fixed order of push/tag in Makefile\n\n --- HISTORY.h | 5 ++++- Makefile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.h b/HISTORY.h index 79ff7e3..2e7c8d5 100644 --- a/HISTORY.h +++ b/HISTORY.h @@ -5,7 +5,7 @@ * */ -#define _VERSION "1.1.44" +#define _VERSION "1.1.45" #define VERSION_DATE "06.03.2017" #define DB_API 4 @@ -19,6 +19,9 @@ /* * ------------------------------------ +2017-03-06: version 1.1.45 (horchi) + - change: Fixed order of push/tag in Makefile + 2017-03-06: version 1.1.44 (horchi) - change: Improved Makefile (Thx to magicamun) diff --git a/Makefile b/Makefile index f392783..86fd27f 100644 --- a/Makefile +++ b/Makefile @@ -207,9 +207,9 @@ vcheck: push: vcheck echo "tagging git with $(VERSION)" + git push git tag $(VERSION) git push --tags - git push commit: vcheck git commit -m "$(LASTCOMMENT)" -a -- cgit v1.2.3