From 1ec25ab2c2754449af561d73fa77a2a6c0fe82a9 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 18 Jun 1997 20:15:34 +0000 Subject: (version): Use a four-digit year. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1aac8f1b..a447686a 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ all: $(lib-subdirs) $(working-prog-subdirs) # Create a distribution tar file. Set make variable `version' on the # command line; otherwise the tar file will be a dated snapshot. ifeq ($(version),) -version:=$(shell date +%y%m%d) +version:=$(shell date +%Y%m%d) endif dirname:=hurd -- cgit v1.2.3