~erich-snafu/+junk/fileutils

« back to all changes in this revision

Viewing changes to info.rkt

  • Committer: Erich Rast
  • Date: 2012-10-02 18:47:25 UTC
  • Revision ID: erich@snafu.de-20121002184725-e851ds96n3n1ikhr
fixed manual for 1.0 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
(define name "File-Utils")
3
3
(define blurb
4
4
  '("Some utility functions for dealing with files such as extracting and changing names, obtaining unique file names, etc. "))
 
5
(define release-notes '("First release, hopefully the documentation builds fine."))
 
6
(define repositories '("4.x"))
5
7
(define can-be-loaded-with 'none)
6
8
(define primary-file '("file-utils.rkt"))
7
9
(define version "1.0")