X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=data-structures.lisp;h=10e1c0c38f2e07bba00a417398c11ae114e3b9f6;hb=75862479bf0f237767673e4df2d9dc2cb45ccbee;hp=2214088c3561c1f28f04efa78cb54bcf0d6f3bb7;hpb=cba592c185ee1b2e4eedc4aaa531495da79d897e;p=umlisp.git diff --git a/data-structures.lisp b/data-structures.lisp index 2214088..10e1c0c 100644 --- a/data-structures.lisp +++ b/data-structures.lisp @@ -8,7 +8,7 @@ ;;;; Created: Apr 2000 ;;;; ;;;; This file, part of UMLisp, is -;;;; Copyright (c) 2000-2010 by Kevin M. Rosenberg, M.D. +;;;; Copyright (c) 2000-2011 by Kevin M. Rosenberg, M.D. ;;;; ;;;; UMLisp users are granted the rights to distribute and use this software ;;;; as governed by the terms of the GNU General Public License. @@ -18,10 +18,10 @@ ;;; Paths for files -(defparameter *release* "2009AB") +(defparameter *release* "2011AA") (defparameter *umls-path* - (make-pathname :directory (list :absolute "srv" "umls" *release*)) + (make-pathname :directory (list :absolute "srv" "umls" *release* *release*)) "Path for base of UMLS data files") (defparameter *meta-dir*