Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/Vars.make b/Vars.make index ea8fb51..f547afe 100644 --- a/ Vars.make+++ b/ Vars.make |
|
@@ -56,5 +56,5 @@ export QPE_VERSION |
56 | SUB_VERSION=$(shell echo $$(sed -n -e 's,.*SUB_VERSION \"\(.*\)\".*,\1,p' <$(OPIEDIR)/library/version.h)) |
56 | SUB_VERSION=$(shell echo $$(sed -n -e 's,.*SUB_VERSION \"\(.*\)\".*,\1,p' <$(OPIEDIR)/library/version.h)) |
57 | ifeq ($(VERSION_CVS),) |
57 | ifeq ($(VERSION_CVS),) |
58 | VERSION_CVS:=$(shell date +%Y%m%d) |
58 | VERSION_CVS:=$(shell date +%s) |
59 | endif |
59 | endif |
60 | ifneq ($(filter %snapshot",$(shell cat $(OPIEDIR)/library/version.h|grep QPE_VERSION)),) |
60 | ifneq ($(filter %snapshot",$(shell cat $(OPIEDIR)/library/version.h|grep QPE_VERSION)),) |
|