aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-08-29 20:21:33 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-08-29 20:21:33 +0000
commit31e2c00ec3eb10dc09585cb6d693920432069da5 (patch)
tree2602acc2a6d7d92766f0da413e277c7b4c4ede3d
parent88621d73980a3cb53c1f35e64a06d7cd64188987 (diff)
downloadbusybox-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.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index 5e848e4e6..a99d42bef 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -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")