Add version indicator.

This commit is contained in:
Eli Barzilay 2010-06-07 14:08:40 -04:00
parent 7df8e32793
commit 05f93bfc28
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#lang at-exp s-exp "shared.rkt"
(require "index.rkt")
(require "index.rkt" "version.rkt")

View File

@ -0,0 +1,6 @@
#lang at-exp s-exp "shared.rkt"
(require "data.rkt")
(define version.txt
(plain (format "~s" `((recent ,current-version) (stable ,current-version)))))