-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pieter Bos
committed
Feb 3, 2021
1 parent
e4a462b
commit c42ff88
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ lazy val vercors = (project in file(".")) | |
.settings( | ||
name := "Vercors", | ||
organization := "University of Twente", | ||
version := "1.3.0-SNAPSHOT", | ||
version := "1.3.0", | ||
maintainer := "VerCors Team <[email protected]>", | ||
packageSummary := "A tool for static verification of parallel programs", | ||
packageDescription := | ||
|