diff options
author | horchi <vdr@jwendel.de> | 2017-03-06 20:10:32 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-06 20:10:32 +0100 |
commit | 665f80746fc732a9d5ce2aa34fa66f9975252084 (patch) | |
tree | 4ccf4e9a9b7e27cce5da3eca613c69ead23803c6 | |
parent | e2a48d8701f91b8e24fbe9e99e91eb72a87bb749 (diff) | |
download | vdr-epg-daemon-665f80746fc732a9d5ce2aa34fa66f9975252084.tar.gz vdr-epg-daemon-665f80746fc732a9d5ce2aa34fa66f9975252084.tar.bz2 |
2017-03-06: version 1.1.104 (horchi)\n - change: Fixed order of push/tag in Makefile\n\n1.1.104
-rw-r--r-- | HISTORY.h | 8 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 6 insertions, 4 deletions
@@ -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) @@ -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 |