- 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

This commit is contained in:
Bernhard Reutner-Fischer 2006-08-29 20:21:33 +00:00
parent 88621d7398
commit 31e2c00ec3

View File

@ -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")