diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-01-19 09:22:39 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-01-19 09:22:39 +0000 |
commit | b565a12cf86db108510a04761cc4ad262eef3b2a (patch) | |
tree | 08c92bdc252e3dc87fd84cbf4bf4be680e0130ae /Rules.mak | |
parent | d9679e3af1f1b0f70d56923cd8ea720c2c21cebf (diff) |
- bump version to 1.1.1 nonrelease series (let's say -pre0).
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ endif PROG := busybox MAJOR_VERSION :=1 MINOR_VERSION :=1 -SUBLEVEL_VERSION:=0 -EXTRAVERSION :=-rc1 +SUBLEVEL_VERSION:=1 +EXTRAVERSION :=-pre0 VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION) BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") |