From 31e2c00ec3eb10dc09585cb6d693920432069da5 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 29 Aug 2006 20:21:33 +0000 Subject: - 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 --- Rules.mak | 4 ++-- 1 file 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") -- cgit v1.2.3