summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY.h8
-rw-r--r--Makefile2
2 files changed, 6 insertions, 4 deletions
diff --git a/HISTORY.h b/HISTORY.h
index ed490f8..f99b097 100644
--- a/HISTORY.h
+++ b/HISTORY.h
@@ -4,8 +4,8 @@
* -----------------------------------
*/
-#define _VERSION "1.1.103"
-#define VERSION_DATE "03.03.2017"
+#define _VERSION "1.1.104"
+#define VERSION_DATE "06.03.2017"
#define DB_API 4
#ifdef GIT_REV
@@ -17,7 +17,9 @@
/*
* ------------------------------------
-
+2017-03-06: version 1.1.104 (horchi)
+ - change: Fixed order of push/tag in Makefile
+
2017-03-03: version 1.1.103 (horchi)
- bugfix: Fixed os release detection for SuSe (fixed by 3po)
diff --git a/Makefile b/Makefile
index b7a7406..a17fa5f 100644
--- a/Makefile
+++ b/Makefile
@@ -243,9 +243,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