Skip to content
Snippets Groups Projects
Commit a4a54af3 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

bump version to 0.5.2

parent 9f4ca6c8
No related branches found
No related tags found
No related merge requests found
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})
......
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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment