Skip to content

Commit b5c4f97

Browse files
committed
[css2] Fixed latest version date (no 1998)
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401419
1 parent 72396a2 commit b5c4f97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 2.27 1998-03-24 14:45:14 bbos Exp $
3+
# $Id: Makefile,v 2.28 1998-03-24 15:09:23 ijacobs Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -9,7 +9,7 @@ THE_ID = PR-CSS2-19980324
99
THIS_VERSION = http://www.w3.org/TR/1998/$(THE_ID)
1010
THE_PREVIOUS_VERSION = http://www.w3.org/TR/1998/WD-css2-19980128
1111
PERMANENT_NAME = PR-CSS2
12-
THE_LATEST_VERSION = http://www.w3.org/TR/1998/$(PERMANENT_NAME)
12+
THE_LATEST_VERSION = http://www.w3.org/TR/$(PERMANENT_NAME)
1313
CSSGROUPDIR = /afs/w3.org/pub/WWW/Style/Group
1414
TR_DIR = /afs/w3.org/pub/WWW/TR
1515
INSTALLDIR = $(TR_DIR)/1998/$(THE_ID)

0 commit comments

Comments
 (0)