Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
Bump Monroe version for new, portable randomization and require SHOP3
version that is compatible.
  • Loading branch information
rpgoldman committed Mar 30, 2023
1 parent a09014b commit 3080f6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/monroe.asd
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
)
(in-package :monroe-asd)
(defsystem monroe
:depends-on ("shop3")
;; need new version of SHOP3 with its own random function
:depends-on ((version "shop3" "4"))
:license "BSD 3-clause"
:serial t
:version "3.1"
:serial tg
:version "4.0.0"
:components ((:file "package")
(:file "nlib") ;; my library
(:file "config")
;; (:file "shop2random") ;; planner
(:file "planlib") ;; code for generating plan lib
(:file "monroe_plib") ;; plan library
(:file "monroe_state") ;; state
Expand Down

0 comments on commit 3080f6d

Please sign in to comment.