Skip to content
Snippets Groups Projects
Commit 1f59db2f authored by layer's avatar layer
Browse files

2009-05-01 Kevin Layer <layer@gemini.franz.com>

parent ea5336ea
No related branches found
No related tags found
No related merge requests found
*******************************************************************************
*** LEAVE THIS AT THE TOP OF THE FILE ***
don't forget to change the version in utils/packages.lisp if you do anything
user visible.
*******************************************************************************
2009-05-01 Kevin Layer <layer@gemini.franz.com>
* utils/packages.lisp: don't use version-from-file
*******************************************************************************
join from trunk_afuchs4 to trunk
changes from:
......@@ -6396,4 +6406,4 @@ IGNORE JDI SPECIFIC CHANGES TO Makefile
Lots of other stuff
*******************************************************************************
$Revision: 2.45 $
$Revision: 2.46 $
......@@ -17,7 +17,7 @@
;; Commercial Software developed at private expense as specified in
;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
;;
;; $Id: packages.lisp,v 2.9 2007/04/17 21:45:54 layer Exp $
;; $Id: packages.lisp,v 2.10 2009/05/01 16:00:36 layer Exp $
(in-package :common-lisp-user)
......@@ -3306,7 +3306,7 @@
(in-package :clim)
(cl:defparameter *clim-version* #.(sys::version-from-file "ChangeLog.n"))
(cl:defparameter *clim-version* excl::*common-lisp-version-number*)
#+(version>= 5 0)
(cl:locally (cl:declare (cl:special excl::*version-info*))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment