From ab6d3335508592d37c7639813ae4333ea976b108 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 11 Dec 2007 04:00:08 +0000 Subject: [PATCH] Welcome to a new PLT day. svn: r7947 --- collects/repos-time-stamp/stamp.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/repos-time-stamp/stamp.ss b/collects/repos-time-stamp/stamp.ss index 0bba077229..e9105833ba 100644 --- a/collects/repos-time-stamp/stamp.ss +++ b/collects/repos-time-stamp/stamp.ss @@ -1 +1 @@ -(module stamp mzscheme (provide stamp) (define stamp "10dec2007")) +#lang scheme/base (provide stamp) (define stamp "10dec2007")