summaryrefslogtreecommitdiff
path: root/Vars.make
Unidiff
Diffstat (limited to 'Vars.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Vars.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/Vars.make b/Vars.make
index cc463d3..59766d1 100644
--- a/Vars.make
+++ b/Vars.make
@@ -52,12 +52,16 @@ ifeq ($(VERSION_CVS),)
52endif 52endif
53ifneq ($(filter %snapshot",$(shell cat $(OPIEDIR)/library/version.h|grep QPE_VERSION)),) 53ifneq ($(filter %snapshot",$(shell cat $(OPIEDIR)/library/version.h|grep QPE_VERSION)),)
54 SUB_VERSION:=$(VERSION_CVS) 54 SUB_VERSION:=$(VERSION_CVS)
55endif 55endif
56export SUB_VERSION 56export SUB_VERSION
57 57
58ifneq ($(strip $(SUB_VERSION)),)
59EXTRAVERSION=-$(SUB_VERSION)
60endif
61
58ifeq ($(QTE_REVISION),) 62ifeq ($(QTE_REVISION),)
59 QTE_REVISION=5 63 QTE_REVISION=5
60endif 64endif
61export QTE_REVISION 65export QTE_REVISION
62 66
63export DEB_VERSION=2.0 67export DEB_VERSION=2.0