Skip to content

Commit

Permalink
Prepare version 3.2.1~rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainBoilard committed Dec 1, 2018
1 parent ba64c6f commit 9fb012e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A [GLFW](https://www.glfw.org) binding for OCaml.

## Installing
The current release is version **3.2.1~rc1**. Please install the GLFW library and its development files before attempting to install GLFW-OCaml.
The current release is version **3.2.1~rc2**. Please install the GLFW library and its development files before attempting to install GLFW-OCaml.

### With opam
[Opam](https://opam.ocaml.org/) is a package manager for OCaml. This is the recommended way, simply run:
Expand All @@ -17,9 +17,9 @@ opam pin git+https://github.com/SylvainBoilard/GLFW-OCaml.git
### Building from source
GLFW-OCaml uses [Dune](https://github.com/ocaml/dune/blob/master/README.md) as its build system. Fetch the source by running:
```
wget https://github.com/SylvainBoilard/GLFW-OCaml/archive/3.2.1-rc1.zip
unzip GLFW-OCaml-3.2.1-rc1.zip
cd GLFW-OCaml-3.2.1-rc1
wget https://github.com/SylvainBoilard/GLFW-OCaml/archive/3.2.1-rc2.zip
unzip GLFW-OCaml-3.2.1-rc2.zip
cd GLFW-OCaml-3.2.1-rc2
```
or for the latest revision:
```
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(lang dune 1.0)
(name glfw-ocaml)
(version 3.2.1~rc1)
(version 3.2.1~rc2)
2 changes: 1 addition & 1 deletion glfw-ocaml.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "3.2.1~rc1"
version: "3.2.1~rc2"
synopsis: "A GLFW binding for OCaml"
maintainer: "Sylvain BOILARD <boilard@crans.org>"
authors: ["Sylvain BOILARD <boilard@crans.org>"]
Expand Down

0 comments on commit 9fb012e

Please sign in to comment.