Skip to content

Commit 69c3627

Browse files
committed
Bump version to 1.15.3 and CL-QUIL dependency to 1.16.0
1 parent 684ba3d commit 69c3627

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# specify the dependency versions (can be overriden with --build_arg)
2-
ARG quilc_version=1.15.2
2+
ARG quilc_version=1.16.0
33
ARG quicklisp_version=2019-11-30
44

55
# use multi-stage builds to independently pull dependency versions

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.15.2"
1+
"1.15.3"

qvm-app.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:version (:read-file-form "VERSION.txt")
1010
:depends-on (
1111
;; Quil parsing
12-
(:version #:cl-quil "1.15.2")
12+
(:version #:cl-quil "1.16.0")
1313
;; Command line argument parsing
1414
#:command-line-arguments
1515
;; ASDF-companion utility library

qvm.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
;; Finalizers and portable GC calls
3131
#:trivial-garbage
3232
;; Quil parsing and analysis
33-
(:version #:cl-quil "1.15.2")
33+
(:version #:cl-quil "1.16.0")
3434
;; Portable random number generator
3535
#:mt19937
3636
;; For allocation info.

0 commit comments

Comments
 (0)