From 48d714ce500d21fec1699a7335999c251e76eaf7 Mon Sep 17 00:00:00 2001 From: Julien Sagot Date: Thu, 5 Mar 2015 21:13:35 +0100 Subject: [PATCH] Version 0.2.2 --- CHANGELOG.MD | 4 ++++ META | 2 +- Makefile | 2 +- opam | 2 +- src/ISO8601.mli | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 4ee3053..7b60d13 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,9 @@ # CHANGELOG +## 0.2.2 + +- Fixed "Warning 40: tm_isdst was selected from type Unix.tm" + ## 0.2.1 - Fixing the previous important bugfix. (!) diff --git a/META b/META index ad38fea..fd02c83 100644 --- a/META +++ b/META @@ -1,5 +1,5 @@ name ="ISO8601" -version ="0.2.1" +version ="0.2.2" description ="ISO 8601 and RFC 3339 parsing." archive(byte) ="ISO8601.cma" archive(native) ="ISO8601.cmxa" \ No newline at end of file diff --git a/Makefile b/Makefile index 6043453..2497280 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ LIB=ISO8601 LIB_FILES=$(addprefix $(LIB)., a cmxa cma cmi) -VERSION=0.2.1 +VERSION=0.2.2 .INTERMEDIATE: $(LIB).odocl diff --git a/opam b/opam index b3e877c..2a4116d 100644 --- a/opam +++ b/opam @@ -2,7 +2,7 @@ opam-version: "1.2" available: [ ocaml-version >= "3.12.1" ] -version: "0.2.1" +version: "0.2.2" name: "ISO8601" diff --git a/src/ISO8601.mli b/src/ISO8601.mli index eb215f6..33f4b5d 100644 --- a/src/ISO8601.mli +++ b/src/ISO8601.mli @@ -1,6 +1,6 @@ (** {2 ISO 8601 and RFC 3339 parsing and printing} *) -(** Version 0.2.1 *) +(** Version 0.2.2 *) module Permissive : sig