Skip to content

Commit e08f8df

Browse files
committed
prepare for 0.3
1 parent d95456a commit e08f8df

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: nunchaku
3-
Version: 0.2
3+
Version: 0.3
44
Homepage: https://github.com/nunchaku/nunchaku
55
Authors: Simon Cruanes, Jasmin Blanchette
66
License: BSD-2-clause

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "nunchaku"
3-
version: "0.2"
3+
version: "0.3"
44
authors: ["Simon Cruanes" "Jasmin Blanchette"]
55
maintainer: "[email protected]"
66
build: [

setup.ml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.5 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 5e91dcb954d8237794d4992c9187404e) *)
4+
(* DO NOT EDIT (digest: 930837148f604006d4ca428266e1b55c) *)
55
(*
66
Regenerated by OASIS v0.4.7
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -7051,7 +7051,7 @@ let setup_t =
70517051
{
70527052
oasis_version = "0.4";
70537053
ocaml_version = Some (OASISVersion.VGreaterEqual "4.00.1");
7054-
version = "0.2";
7054+
version = "0.3";
70557055
license =
70567056
OASISLicense.DEP5License
70577057
(OASISLicense.DEP5Unit
@@ -8297,15 +8297,16 @@ let setup_t =
82978297
};
82988298
oasis_fn = Some "_oasis";
82998299
oasis_version = "0.4.7";
8300-
oasis_digest = Some "\174Yn 0[+\0287\153\153\015\bV U";
8300+
oasis_digest =
8301+
Some "\202[g\157\162\019\244\135\255\014\251Bu\199\221\127";
83018302
oasis_exec = None;
83028303
oasis_setup_args = [];
83038304
setup_update = false
83048305
};;
83058306

83068307
let setup () = BaseSetup.setup setup_t;;
83078308

8308-
# 8309 "setup.ml"
8309+
# 8310 "setup.ml"
83098310
let setup_t = BaseCompat.Compat_0_4.adapt_setup_t setup_t
83108311
open BaseCompat.Compat_0_4
83118312
(* OASIS_STOP *)

src/core/META

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 9b02635b633f9e5a8347fee176d1fc45)
3-
version = "0.2"
2+
# DO NOT EDIT (digest: 2e21742828b06c1449a8a0247ae78ced)
3+
version = "0.3"
44
description = "A model finder for higher-order logic"
55
requires = "containers containers.data sequence num unix threads"
66
archive(byte) = "nunchaku_core.cma"
@@ -9,7 +9,7 @@ archive(native) = "nunchaku_core.cmxa"
99
archive(native, plugin) = "nunchaku_core.cmxs"
1010
exists_if = "nunchaku_core.cma"
1111
package "transformations" (
12-
version = "0.2"
12+
version = "0.3"
1313
description = "A model finder for higher-order logic"
1414
requires = "containers nunchaku"
1515
archive(byte) = "nunchaku_transformations.cma"
@@ -20,7 +20,7 @@ package "transformations" (
2020
)
2121

2222
package "random" (
23-
version = "0.2"
23+
version = "0.3"
2424
description = "A model finder for higher-order logic"
2525
requires = "nunchaku qcheck"
2626
archive(byte) = "nunchaku_random.cma"
@@ -31,7 +31,7 @@ package "random" (
3131
)
3232

3333
package "parsers" (
34-
version = "0.2"
34+
version = "0.3"
3535
description = "A model finder for higher-order logic"
3636
requires = "nunchaku"
3737
archive(byte) = "nunchaku_parsers.cma"
@@ -42,7 +42,7 @@ package "parsers" (
4242
)
4343

4444
package "backends" (
45-
version = "0.2"
45+
version = "0.3"
4646
description = "A model finder for higher-order logic"
4747
requires = "nunchaku nunchaku.parsers"
4848
archive(byte) = "nunchaku_backends.cma"

0 commit comments

Comments
 (0)