diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-29 22:22:37 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-29 22:22:37 +0000 |
commit | 601822523886d84ffc5a256f07385ce1e9e0d0d6 (patch) | |
tree | 76f99c4547487265bd25e7d4393dac08640f133b | |
parent | 5139bd98a78a7ce68779067f3f6a3b1eecea716e (diff) |
- mark trunk as 1.2.0-pre0
-rw-r--r-- | Rules.mak | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,9 +13,9 @@ endif #-------------------------------------------------------- PROG := busybox MAJOR_VERSION :=1 -MINOR_VERSION :=1 -SUBLEVEL_VERSION:=1 -EXTRAVERSION := +MINOR_VERSION :=2 +SUBLEVEL_VERSION:=0 +EXTRAVERSION :=-pre0 VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION) BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") |