Skip to content

Commit

Permalink
Version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmuja committed Dec 23, 2011
1 parent 4295edb commit c4dce0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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.7.0)
set(FLANN_VERSION 1.7.1)
DISSECT_VERSION()
GET_OS_INFO()

Expand Down
2 changes: 1 addition & 1 deletion Makefile.dist
@@ -1,4 +1,4 @@
VER=1.7.0
VER=1.7.1


dist-src:
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/flann/config.h
Expand Up @@ -33,6 +33,6 @@
#ifdef FLANN_VERSION_
#undef FLANN_VERSION_
#endif
#define FLANN_VERSION_ "1.7.0"
#define FLANN_VERSION_ "1.7.1"

#endif /* FLANN_CONFIG_H_ */

0 comments on commit c4dce0e

Please sign in to comment.