提交 06a49513 编写于 作者: M Marius Muja

Version bump

上级 e4599b9f
......@@ -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.8.4)
set(FLANN_VERSION 1.9.1)
DISSECT_VERSION()
GET_OS_INFO()
......
......@@ -20,13 +20,6 @@ More information and experimental results can be found in the following paper:
Getting FLANN
-------------
The latest version of FLANN can be downloaded from here:
* Version 1.8.4 (15 January 2013)
[flann-1.8.4-src.zip](http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.8.4-src.zip) (Source code)
[User manual](http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann_manual-1.8.4.pdf)
[Changelog](https://github.com/mariusmuja/flann/blob/master/ChangeLog)
If you want to try out the latest changes or contribute to FLANN, then it's recommended that you checkout the git source repository: `git clone git://github.com/mariusmuja/flann.git`
If you just want to browse the repository, you can do so by going [here](https://github.com/mariusmuja/flann).
......
......@@ -33,6 +33,6 @@
#ifdef FLANN_VERSION_
#undef FLANN_VERSION_
#endif
#define FLANN_VERSION_ "1.8.4"
#define FLANN_VERSION_ "1.9.1"
#endif /* FLANN_CONFIG_H_ */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册