www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 964190c7d7f9fdd4a25793b7f38fdb4112c27b9a
parent ebf292639e8eaa6ec9ed6fa7620382e5609b923c
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Sat, 27 Aug 2016 00:37:51 +0200

Filled in author and version number.

Diffstat:
Minfo.rkt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/info.rkt b/info.rkt @@ -7,5 +7,5 @@ (define build-deps '("scribble-lib" "racket-doc")) (define scribblings '(("scribblings/extensible-parser-specifications.scrbl" ()))) (define pkg-desc "Description Here") -(define version "0.0") -(define pkg-authors '(georges)) +(define version "0.1") +(define pkg-authors '(|Georges Dupéron|))