Skip to content

Commit

Permalink
Prepare version 1.0.0~rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed May 31, 2022
1 parent e72466c commit 3efd8ff
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
Expand Up @@ -11,7 +11,7 @@ OCFLAGS=-strict-formats -strict-sequence -safe-string -bin-annot -warn-error -a
STUBLIBS=$(shell opam var stublibs)
LIB=$(shell opam var lib)
INSTDIR=$(LIB)/multicont
VERSION="1.0.0~rc.2"
VERSION="1.0.0~rc.3"

.DEFAULT_GOAL: all
.PHONY: all
Expand Down
2 changes: 1 addition & 1 deletion multicont.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ depends: [
]

install: [
[ make "VERSION=1.0.0~rc.2" "install" ]
[ make "install" ]
]

0 comments on commit 3efd8ff

Please sign in to comment.