author | wimpie <wimpie> | 2004-04-02 18:36:29 (UTC) |
---|---|---|
committer | wimpie <wimpie> | 2004-04-02 18:36:29 (UTC) |
commit | 12bf0c3a0e7082aa53794b28055c21c51648ec07 (patch) (side-by-side diff) | |
tree | 7a60d6ff7e8180ccdd69973d67cf944b330ecc5c | |
parent | 1d6b2100209fb63e737100c9f8f576bb26534e96 (diff) | |
download | opie-12bf0c3a0e7082aa53794b28055c21c51648ec07.zip opie-12bf0c3a0e7082aa53794b28055c21c51648ec07.tar.gz opie-12bf0c3a0e7082aa53794b28055c21c51648ec07.tar.bz2 |
Replaced VERSION variable calculation (adding date to version) with
version that addes SECONS-SINCE-EPOCH to version. Allows ipkg updates
more frequently (handy for testing)
-rw-r--r-- | Vars.make | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,5 +56,5 @@ export QPE_VERSION SUB_VERSION=$(shell echo $$(sed -n -e 's,.*SUB_VERSION \"\(.*\)\".*,\1,p' <$(OPIEDIR)/library/version.h)) ifeq ($(VERSION_CVS),) - VERSION_CVS:=$(shell date +%Y%m%d) + VERSION_CVS:=$(shell date +%s) endif ifneq ($(filter %snapshot",$(shell cat $(OPIEDIR)/library/version.h|grep QPE_VERSION)),) |