Skip to content

Commit

Permalink
Bump version to 1.16.0
Browse files Browse the repository at this point in the history
Bump dependencies too.
  • Loading branch information
notmgsk committed Mar 5, 2020
1 parent 1343522 commit 9079130
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# specify the dependency versions (can be overriden with --build_arg)
ARG quilc_version=1.16.0
ARG quicklisp_version=2019-11-30
ARG quilc_version=1.17.0
ARG quicklisp_version=2020-02-18

# use multi-stage builds to independently pull dependency versions
FROM rigetti/quilc:$quilc_version as quilc
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1.15.4"
"1.16.0"
2 changes: 1 addition & 1 deletion qvm-app.asd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:version (:read-file-form "VERSION.txt")
:depends-on (
;; Quil parsing
(:version #:cl-quil "1.16.0")
(:version #:cl-quil "1.17.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.16.0")
(:version #:cl-quil "1.17.0")
;; Portable random number generator
#:mt19937
;; For allocation info.
Expand Down

0 comments on commit 9079130

Please sign in to comment.