Skip to content

Commit 6207a68

Browse files
committed
Changed version to 1.8.3
1 parent d7a5fd8 commit 6207a68

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.2)
11+
set(FLANN_VERSION 1.8.3)
1212
DISSECT_VERSION()
1313
GET_OS_INFO()
1414

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Getting FLANN
2222

2323
The latest version of FLANN can be downloaded from here:
2424

25-
* Version 1.8.2 (20 December 2012)
26-
[flann-1.8.2-src.zip](http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.8.2-src.zip) (Source code)
27-
[User manual](http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann_manual-1.8.2.pdf)
25+
* Version 1.8.3 (23 December 2012)
26+
[flann-1.8.3-src.zip](http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.8.3-src.zip) (Source code)
27+
[User manual](http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann_manual-1.8.3.pdf)
2828
[Changelog](https://github.com/mariusmuja/flann/blob/master/ChangeLog)
2929

3030
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`

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.2"
36+
#define FLANN_VERSION_ "1.8.3"
3737

3838
#endif /* FLANN_CONFIG_H_ */

0 commit comments

Comments
 (0)