From a4a54af3914e3de61a976c4d431ca0bb699c0a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Fri, 19 Feb 2016 01:11:48 -0500 Subject: [PATCH] bump version to 0.5.2 --- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 616a7e37..8e139890 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 2.8.6) project (opendht) set (opendht_VERSION_MAJOR 0) -set (opendht_VERSION_MINOR 5.1) +set (opendht_VERSION_MINOR 5.2) set (opendht_VERSION ${opendht_VERSION_MAJOR}.${opendht_VERSION_MINOR}) set (PACKAGE_VERSION ${opendht_VERSION}) diff --git a/configure.ac b/configure.ac index 715e1381..869a4f30 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(opendht, 0.5.1) +AC_INIT(opendht, 0.5.2) AC_CONFIG_AUX_DIR(ac) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_HEADERS([config.h]) -- GitLab