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-31e2c00ec3eb10dc09585cb6d693920432069da5.tar.gz |
- 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 #-------------------------------------------------------- PROG := busybox MAJOR_VERSION :=1 -MINOR_VERSION :=3 +MINOR_VERSION :=2 SUBLEVEL_VERSION:=0 -EXTRAVERSION :=-pre0 +EXTRAVERSION :=-svn VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION) BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") |