Skip to content

Commit

Permalink
Set version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-unruh committed Sep 21, 2023
1 parent 5e74491 commit 9b7f802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION="snapshot"
VERSION="0.7.2"
SOURCES := $(shell find src) $(wildcard *.qrhl) $(wildcard *.thy) doc/manual.pdf

qrhl.zip : target/universal/qrhl-$(VERSION).zip
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy val hashedcomputation = (project in file("hashedcomputation")).settings(

name := "qrhl"

version := "snapshot"
version := "0.7.2"

scalaVersion := "2.13.3"

Expand Down

0 comments on commit 9b7f802

Please sign in to comment.