(in-package :lisplab) (defparameter lisplab-version "0.2.0" "A rather non-systematic overall version number.") (defparameter lisplab-svn-version (if (probe-file #P"SVNVERSION") (with-open-file (in #P"SVNVERSION" :direction :input) (read-line in)) "No such ting. Make with '% make svnversion'") "Revision number from subversion. Generated with svnversion.")