From 48bae7fa454b672e75ccb58dee0f919b05423867 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 19 Jul 2015 04:26:11 +0200 Subject: [PATCH] Update version number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 4.0.0 was choosing semi arbitrary, I think we had backward incompatible API changes two or three times before but I’m not bothered enough to actually check it. Fixes #70 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1f840780..04a40d20 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([OTS], - [0.0.1], + [4.0.0], [https://github.com/khaledhosny/ots/issues], [ots], [https://github.com/khaledhosny/ots])