From 393b58bfffc7d0c2aa22f7d83a4f3409c5b674a7 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Mon, 3 Aug 2015 10:36:57 -0500 Subject: [PATCH] Dummy github release. --- CHANGES | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 8cd0e32..6702df4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +0.3.2 (03-08-2015) +===== +* Dummy github release. + 0.3.1 (08-05-2013) ===== * Added daemon cleanup that removed diff --git a/configure.ac b/configure.ac index 7a8873c..043eef5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ocaml-dtools],[0.3.1],[savonet-users@lists.sourceforge.net]) +AC_INIT([ocaml-dtools],[0.3.2],[savonet-users@lists.sourceforge.net]) VERSION=$PACKAGE_VERSION AC_MSG_RESULT(configuring $PACKAGE_STRING)