Update version number to reflect changes.
authorChris Hanson <org/chris-hanson/cph>
Thu, 26 Feb 2004 18:31:41 +0000 (18:31 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 26 Feb 2004 18:31:41 +0000 (18:31 +0000)
v7/src/xml/load.scm

index 4663d053f5a1ba6d53d360ec83a7538201f06e1c..dcc48725517582cc4295bba5145342de0f2f1f30 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: load.scm,v 1.11 2003/09/26 03:56:41 cph Exp $
+$Id: load.scm,v 1.12 2004/02/26 18:31:41 cph Exp $
 
-Copyright 2001,2002,2003 Massachusetts Institute of Technology
+Copyright 2001,2002,2003,2004 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -28,4 +28,4 @@ USA.
 (with-working-directory-pathname (directory-pathname (current-load-pathname))
   (lambda ()
     (package/system-loader "xml" '() 'QUERY)))
-(add-subsystem-identification! "XML" '(0 4))
\ No newline at end of file
+(add-subsystem-identification! "XML" '(0 5))
\ No newline at end of file