From 4bf238224a73f2b9357716741b93f28edcfaf13d Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Mon, 3 Aug 2015 11:21:29 -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 6162a10..ace30bd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +0.1.1 (03-08-2015) +===== +* Dummy github release. + 0.1.0 (04-07-2011) ===== * Initial release. diff --git a/configure.ac b/configure.ac index 8838b9d..969f28c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # check for one particular file of the sources -AC_INIT([ocaml-lo],[0.1.0],[savonet-users@lists.sourceforge.net]) +AC_INIT([ocaml-lo],[0.1.1],[savonet-users@lists.sourceforge.net]) VERSION=$PACKAGE_VERSION AC_MSG_RESULT([configuring $PACKAGE_STRING])