From c7308bfc9d7ef317f2ab2bb2183de3f5b0ee8e66 Mon Sep 17 00:00:00 2001 From: Sylvain Boilard Date: Wed, 25 Sep 2019 01:43:03 +0200 Subject: [PATCH] Prepare version 3.2.1-3. --- README.md | 8 ++++---- dune-project | 2 +- glfw-ocaml.opam | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 075e172..0e5d544 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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: ``` diff --git a/dune-project b/dune-project index f35e376..4e08756 100644 --- a/dune-project +++ b/dune-project @@ -1,3 +1,3 @@ (lang dune 1.0) (name glfw-ocaml) -(version 3.2.1-2) +(version 3.2.1-3) diff --git a/glfw-ocaml.opam b/glfw-ocaml.opam index 9dcc8db..b35b661 100644 --- a/glfw-ocaml.opam +++ b/glfw-ocaml.opam @@ -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 " authors: ["Sylvain BOILARD "]