Skip to content

Commit

Permalink
Remove version from defsystem. Will be added by the release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
luismbo committed Feb 25, 2013
1 parent a28972a commit 2b7cdc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions trivial-features.asd
Expand Up @@ -30,7 +30,6 @@
(defsystem trivial-features
:description "Ensures consistent *FEATURES* across multiple CLs."
:author "Luis Oliveira <loliveira@common-lisp.net>"
:version "0.6"
:licence "MIT"
:components
((:module src
Expand All @@ -55,5 +54,3 @@
(defmethod perform ((o test-op) (c (eql (find-system 'trivial-features))))
(operate 'load-op 'trivial-features-tests)
(operate 'test-op 'trivial-features-tests))

;; vim: ft=lisp et

0 comments on commit 2b7cdc3

Please sign in to comment.