diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-08-29 20:21:33 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-08-29 20:21:33 +0000 |
commit | 31e2c00ec3eb10dc09585cb6d693920432069da5 (patch) | |
tree | 2602acc2a6d7d92766f0da413e277c7b4c4ede3d | |
parent | 88621d73980a3cb53c1f35e64a06d7cd64188987 (diff) | |
download | busybox-w32-31e2c00ec3eb10dc09585cb6d693920432069da5.tar.gz busybox-w32-31e2c00ec3eb10dc09585cb6d693920432069da5.tar.bz2 busybox-w32-31e2c00ec3eb10dc09585cb6d693920432069da5.zip |
- set version back to 1.2.0 like it was before. Add at least -svn to the Extraversion to be able to distinguish it from the now old 1.2.0 release
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,9 +13,9 @@ endif | |||
13 | #-------------------------------------------------------- | 13 | #-------------------------------------------------------- |
14 | PROG := busybox | 14 | PROG := busybox |
15 | MAJOR_VERSION :=1 | 15 | MAJOR_VERSION :=1 |
16 | MINOR_VERSION :=3 | 16 | MINOR_VERSION :=2 |
17 | SUBLEVEL_VERSION:=0 | 17 | SUBLEVEL_VERSION:=0 |
18 | EXTRAVERSION :=-pre0 | 18 | EXTRAVERSION :=-svn |
19 | VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION) | 19 | VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION) |
20 | BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") | 20 | BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") |
21 | 21 | ||