From ac22e422d9b172dbbd9bbec2db88acf366eddf9f Mon Sep 17 00:00:00 2001 From: Mark Skilbeck Date: Mon, 23 Dec 2019 11:25:55 -0800 Subject: [PATCH] Bump version to 1.15.2 and bump cl-quil dependency to 1.15.2 --- Dockerfile | 2 +- VERSION.txt | 2 +- qvm-app.asd | 2 +- qvm.asd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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.