提交 8dd37a17 编写于 作者: M Marius Muja

Changed version to 1.6.1

上级 1175c9dd
......@@ -8,7 +8,7 @@ project(flann)
string(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
include(${PROJECT_SOURCE_DIR}/cmake/flann_utils.cmake)
set(FLANN_VERSION 1.6.0)
set(FLANN_VERSION 1.6.1)
DISSECT_VERSION()
GET_OS_INFO()
......
.PHONY: tests test libs doc all clean examples
PARAMS:=''
BUILD_TYPE?='Release'
INSTALL_PREFIX?=/usr/local
BUILD_C_BINDINGS?=true
......
VER=1.6
VER=1.6.1
dist-src:
......
......@@ -34,7 +34,7 @@ namespace flann
{
const char FLANN_SIGNATURE[] = "FLANN_INDEX";
const char FLANN_VERSION[] = "1.6.0";
const char FLANN_VERSION[] = "1.6.1";
IndexHeader load_header(FILE* stream)
......
......@@ -8,7 +8,7 @@ setup_path = os.path.dirname(os.path.abspath(sys.argv[0]))
lib_path = os.path.abspath(os.path.join(setup_path,'../../../lib'))
setup(name='flann',
version='1.6.0',
version='1.6.1',
description='Fast Library for Approximate Nearest Neighbors',
author='Marius Muja',
author_email='mariusm@cs.ubc.ca',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册