From 8eaf78bfe217c927798ad056157d127e6d3200ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simon=20D=C3=A9saulniers?= <sim.desaulniers@gmail.com>
Date: Wed, 14 Sep 2016 19:06:51 -0400
Subject: [PATCH] bump version

---
 CMakeLists.txt | 4 ++--
 configure.ac   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fdb16cf7..82a3ab65 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
 cmake_minimum_required (VERSION 2.8.6)
 project (opendht)
 set (opendht_VERSION_MAJOR 1)
-set (opendht_VERSION_MINOR 0.0)
+set (opendht_VERSION_MINOR 0.1)
 set (opendht_VERSION ${opendht_VERSION_MAJOR}.${opendht_VERSION_MINOR})
 set (PACKAGE_VERSION ${opendht_VERSION})
 set (VERSION "${opendht_VERSION}")
@@ -59,7 +59,7 @@ list (APPEND opendht_SOURCES
     src/argon2/thread.c
     src/argon2/encoding.c
     src/argon2/ref.c
-    src/indexation/pht.cpp    
+    src/indexation/pht.cpp
 )
 
 list (APPEND opendht_HEADERS
diff --git a/configure.ac b/configure.ac
index 0207708b..7f1a46a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl define macros
 m4_define([opendht_major_version], 1)
 m4_define([opendht_minor_version], 0)
-m4_define([opendht_patch_version], 0)
+m4_define([opendht_patch_version], 1)
 m4_define([opendht_version],
 		  [opendht_major_version.opendht_minor_version.opendht_patch_version])
 
-- 
GitLab