Skip to content

Commit 00da89c

Browse files
Update version numbers for crux-v0.9 release
1 parent 66c24fe commit 00da89c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

crucible-llvm/crucible-llvm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 2.2
22
Name: crucible-llvm
3-
Version: 0.6.0.99
3+
Version: 0.7
44
Author: Galois Inc.
55
Copyright: (c) Galois, Inc 2014-2022
66
Maintainer: rscott@galois.com, kquick@galois.com, langston@galois.com

crucible-mir/crucible-mir.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: crucible-mir
2-
version: 0.2
2+
version: 0.3
33
-- synopsis:
44
-- description:
55
homepage: https://github.com/GaloisInc/crucible/blob/master/crucible-mir/README.md

crucible-symio/crucible-symio.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
reading and writing symbolic data. An example use case would be to support verifying
77
programs that e.g., use configuration files or accept input from files.
88
name: crucible-symio
9-
version: 0.1.0.99
9+
version: 0.1.1
1010
license: BSD-3-Clause
1111
license-file: LICENSE
1212
author: Daniel Matichuk

crucible/crucible.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 2.2
22
Name: crucible
3-
Version: 0.7.0.99
3+
Version: 0.7.1
44
Author: Galois Inc.
55
Maintainer: rscott@galois.com, kquick@galois.com, langston@galois.com
66
Copyright: (c) Galois, Inc 2014-2022

crux-llvm/crux-llvm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 2.2
22
Name: crux-llvm
3-
Version: 0.8.0.99
3+
Version: 0.9
44
Author: Galois Inc.
55
Maintainer: rscott@galois.com, kquick@galois.com, langston@galois.com
66
Copyright: (c) Galois, Inc 2014-2022

crux-mir/crux-mir.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: crux-mir
2-
version: 0.8.0.99
2+
version: 0.9
33
-- synopsis:
44
-- description:
55
homepage: https://github.com/GaloisInc/crucible/blob/master/crux-mir/README.md

crux/crux.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 2.2
22
Name: crux
3-
Version: 0.7.0.99
3+
Version: 0.7.1
44
Copyright: (c) Galois, Inc. 2018-2022
55
Author: sweirich@galois.com
66
Maintainer: rscott@galois.com, kquick@galois.com, langston@galois.com

0 commit comments

Comments
 (0)