Commit 09fa8a98 authored by Gary King's avatar Gary King
Browse files

Bumped version

darcs-hash:20070319123450-3cc5d-0d20a65610d7cd6790c2a6e103790c8f57e05060.gz
parent 37b5593d
Loading
Loading
Loading
Loading
+3 −10
Original line number Diff line number Diff line
@@ -9,24 +9,17 @@ Brent Heeringa, Louis Theran)
(defpackage #:containers-system (:use #:cl #:asdf))
(in-package #:containers-system)

;;; ---------------------------------------------------------------------------
;;; system definitions
;;; ---------------------------------------------------------------------------

;; try hard
(unless (find-system 'asdf-system-connections nil)
  (when (find-package 'asdf-install)
    (funcall (intern (symbol-name :install) :asdf-install) 'asdf-system-connections)))
;; give up with a useful (?) error message
(unless (find-system 'asdf-system-connections nil)
  (warn "The CL-Containers system requires ASDF-SYSTEM-CONNECTIONS. See 
  (warn "The CL-Containers system would enjoy having ~
asdf-system-connections around. See 
http://www.cliki.net/asdf-system-connections for details and download
instructions."))
(when (find-system 'asdf-system-connections nil)
  (operate 'load-op 'asdf-system-connections))

(defsystem cl-containers
  :version "0.9.4"
  :version "0.9.5"
  :author "Brendan Burns, Andrew Hannon, Brent Heeringa, Gary King, Joshua Moody, Charles Sutton, Louis Theran, David Westbrook, and other former students and staff of EKSL."
  :maintainer "Gary Warren King <gwking@metabang.com>"
  :licence "MIT Style License"