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

update version to 0.5

parent 014bf168
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 1)
set (opendht_VERSION_MINOR 5)
set (opendht_VERSION ${opendht_VERSION_MAJOR}.${opendht_VERSION_MINOR})
set (PACKAGE_VERSION ${opendht_VERSION})
......
AC_INIT(opendht, 0.1)
AC_INIT(opendht, 0.5)
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