From 234cf13cb03027c735ef864b811db608a62ebb8e Mon Sep 17 00:00:00 2001 From: Mark Skilbeck Date: Tue, 3 Sep 2019 10:18:12 -0700 Subject: [PATCH] Bump version to 1.11.0 (#170) And bump cl-quil dependency to 1.11.0 --- VERSION.txt | 2 +- qvm-app.asd | 2 +- qvm.asd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 34ae0806..13c57503 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -"1.10.0" +"1.11.0" diff --git a/qvm-app.asd b/qvm-app.asd index 6b68505b..e5ff3350 100644 --- a/qvm-app.asd +++ b/qvm-app.asd @@ -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 diff --git a/qvm.asd b/qvm.asd index 98b03a5d..2fa30650 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.10.0") + (:version #:cl-quil "1.11.0") ;; Portable random number generator #:mt19937 ;; For allocation info.