Skip to content

Commit

Permalink
Prepare version 3.2.1-3.
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainBoilard committed Sep 24, 2019
1 parent 4d32823 commit c7308bf
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-2**. Please install the GLFW library and its development files before attempting to install GLFW-OCaml.
The current release is version **3.2.1-3**. 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-2.zip
unzip GLFW-OCaml-3.2.1-2.zip
cd GLFW-OCaml-3.2.1-2
wget https://github.com/SylvainBoilard/GLFW-OCaml/archive/3.2.1-3.zip
unzip GLFW-OCaml-3.2.1-3.zip
cd GLFW-OCaml-3.2.1-3
```
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-2)
(version 3.2.1-3)
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-2"
version: "3.2.1-3"
synopsis: "A GLFW binding for OCaml"
maintainer: "Sylvain BOILARD <boilard@crans.org>"
authors: ["Sylvain BOILARD <boilard@crans.org>"]
Expand Down

0 comments on commit c7308bf

Please sign in to comment.