Skip to content

Commit

Permalink
Bump version to 1.11.0 (#170)
Browse files Browse the repository at this point in the history
And bump cl-quil dependency to 1.11.0
  • Loading branch information
notmgsk authored Sep 3, 2019
1 parent a8d1baa commit 234cf13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1.10.0"
"1.11.0"
2 changes: 1 addition & 1 deletion qvm-app.asd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
;; QFT
#:qvm-examples
;; Quil parsing
(:version #:cl-quil "1.10.0")
(:version #:cl-quil "1.11.0")
;; Command line argument parsing
#:command-line-arguments
;; ASDF-companion utility library
Expand Down
2 changes: 1 addition & 1 deletion qvm.asd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
;; Finalizers and portable GC calls
#:trivial-garbage
;; Quil parsing and analysis
(:version #:cl-quil "1.10.0")
(:version #:cl-quil "1.11.0")
;; Portable random number generator
#:mt19937
;; For allocation info.
Expand Down

0 comments on commit 234cf13

Please sign in to comment.