提交 bb348236 编写于 作者: M Marius Muja

Changed version to 1.6.3

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