diff --git a/Dockerfile b/Dockerfile index db7ef9ab..d6d9d31b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # specify the dependency versions (can be overriden with --build_arg) -ARG quilc_version=1.15.1 +ARG quilc_version=1.15.2 ARG quicklisp_version=2019-11-30 # use multi-stage builds to independently pull dependency versions diff --git a/VERSION.txt b/VERSION.txt index 5eaa95f1..486ade6a 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -"1.15.1" +"1.15.2" diff --git a/qvm-app.asd b/qvm-app.asd index 0e5e2ff8..a67c5d4b 100644 --- a/qvm-app.asd +++ b/qvm-app.asd @@ -9,7 +9,7 @@ :version (:read-file-form "VERSION.txt") :depends-on ( ;; Quil parsing - (:version #:cl-quil "1.15.1") + (:version #:cl-quil "1.15.2") ;; Command line argument parsing #:command-line-arguments ;; ASDF-companion utility library diff --git a/qvm.asd b/qvm.asd index c25c7d9f..687c4981 100644 --- a/qvm.asd +++ b/qvm.asd @@ -30,7 +30,7 @@ ;; Finalizers and portable GC calls #:trivial-garbage ;; Quil parsing and analysis - (:version #:cl-quil "1.15.0") + (:version #:cl-quil "1.15.2") ;; Portable random number generator #:mt19937 ;; For allocation info.