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

version 0.6.1

parent 3a42846f
Branches
Tags
No related merge requests found
cmake_minimum_required (VERSION 2.8.6)
project (opendht)
set (opendht_VERSION_MAJOR 0)
set (opendht_VERSION_MINOR 6.0)
set (opendht_VERSION_MINOR 6.1)
set (opendht_VERSION ${opendht_VERSION_MAJOR}.${opendht_VERSION_MINOR})
set (PACKAGE_VERSION ${opendht_VERSION})
......
AC_INIT(opendht, 0.6.0)
AC_INIT(opendht, 0.6.1)
AC_CONFIG_AUX_DIR(ac)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_HEADERS([config.h])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment