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

Changed version to 1.6.4

上级 db1648c5
......@@ -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.3)
set(FLANN_VERSION 1.6.4)
DISSECT_VERSION()
GET_OS_INFO()
......
VER=1.6.3
VER=1.6.4
dist-src:
......
......@@ -34,7 +34,7 @@ namespace flann
{
const char FLANN_SIGNATURE[] = "FLANN_INDEX";
const char FLANN_VERSION[] = "1.6.3";
const char FLANN_VERSION[] = "1.6.4";
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.3',
version='1.6.4',
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.
先完成此消息的编辑!
想要评论请 注册