Skip to content

Commit 06a4951

Browse files
author
Marius Muja
committed
Version bump
1 parent e4599b9 commit 06a4951

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(flann)
88
string(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
99

1010
include(${PROJECT_SOURCE_DIR}/cmake/flann_utils.cmake)
11-
set(FLANN_VERSION 1.8.4)
11+
set(FLANN_VERSION 1.9.1)
1212
DISSECT_VERSION()
1313
GET_OS_INFO()
1414

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ More information and experimental results can be found in the following paper:
2020
Getting FLANN
2121
-------------
2222

23-
The latest version of FLANN can be downloaded from here:
24-
25-
* Version 1.8.4 (15 January 2013)
26-
[flann-1.8.4-src.zip](http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.8.4-src.zip) (Source code)
27-
[User manual](http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann_manual-1.8.4.pdf)
28-
[Changelog](https://github.com/mariusmuja/flann/blob/master/ChangeLog)
29-
3023
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`
3124

3225
If you just want to browse the repository, you can do so by going [here](https://github.com/mariusmuja/flann).

src/cpp/flann/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
#ifdef FLANN_VERSION_
3434
#undef FLANN_VERSION_
3535
#endif
36-
#define FLANN_VERSION_ "1.8.4"
36+
#define FLANN_VERSION_ "1.9.1"
3737

3838
#endif /* FLANN_CONFIG_H_ */

0 commit comments

Comments
 (0)