From 69c3627a8558157274c97ccee14d54b9f32ce6a1 Mon Sep 17 00:00:00 2001 From: Mark Skilbeck Date: Thu, 16 Jan 2020 15:58:58 -0800 Subject: [PATCH] Bump version to 1.15.3 and CL-QUIL dependency to 1.16.0 --- 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 d6d9d31b..83e4b8da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # specify the dependency versions (can be overriden with --build_arg) -ARG quilc_version=1.15.2 +ARG quilc_version=1.16.0 ARG quicklisp_version=2019-11-30 # use multi-stage builds to independently pull dependency versions diff --git a/VERSION.txt b/VERSION.txt index 486ade6a..43ebb873 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -"1.15.2" +"1.15.3" diff --git a/qvm-app.asd b/qvm-app.asd index a67c5d4b..6b722dba 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.2") + (:version #:cl-quil "1.16.0") ;; Command line argument parsing #:command-line-arguments ;; ASDF-companion utility library diff --git a/qvm.asd b/qvm.asd index c698a8a5..f2ff042c 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.2") + (:version #:cl-quil "1.16.0") ;; Portable random number generator #:mt19937 ;; For allocation info.