From 140dd657fc30c82e9281c0f63225101dbbe95563 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Thu, 16 Dec 2021 11:04:21 -0600 Subject: [PATCH] Release 0.3.5! --- CHANGES | 2 +- dune-project | 2 +- lame.opam | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index a7ce4e6..b81be85 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -0.3.5 (unreleased) +0.3.5 (12-16-2021) ===== * Better endianess detection. * Avoid race condition between the GC and `encode_buffer_float_ba` diff --git a/dune-project b/dune-project index 80fd989..d98ed94 100644 --- a/dune-project +++ b/dune-project @@ -1,5 +1,5 @@ (lang dune 2.0) -(version 0.3.4) +(version 0.3.5) (name lame) (source (github savonet/ocaml-lame)) (license GPL-2.0) diff --git a/lame.opam b/lame.opam index ced896c..d5d544d 100644 --- a/lame.opam +++ b/lame.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.3.4" +version: "0.3.5" synopsis: "MP3 encoding library" description: "Bindings for the lame library which provides functions for encoding mp3 files"