diff --git a/ChangeLog b/ChangeLog index 7325e0c7..6919e48d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ # ChangeLog for Gentoo System Intialization ("rc") scripts # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2 +* baselayout-2.0.0_rc3 (20 Aug 2007) + 20 Aug 2007; Roy Marples : As discussed on the -dev ml, RC_DEPEND_STRICT now defaults to yes. diff --git a/Makefile b/Makefile index bf6245d7..a1c7843c 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,10 @@ SUBDIRS = conf.d etc init.d man net sh share src NAME = baselayout -VERSION = 2.0.0_rc2 +VERSION = 2.0.0_rc3 PKG = $(NAME)-$(VERSION) -ARCH = x86 ifeq ($(OS),) OS=$(shell uname -s) ifneq ($(OS),Linux)