Skip to content

Commit 3975796

Browse files
committed
Misc changes
1 parent 0a8f576 commit 3975796

File tree

3 files changed

+9
-67
lines changed

3 files changed

+9
-67
lines changed

Makefile.dist

Lines changed: 0 additions & 64 deletions
This file was deleted.

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.7.1 (23 December 2011)
26-
[flann-1.7.1-src.zip](http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.7.1-src.zip) (Source code)
27-
[User manual](http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann_manual-1.7.1.pdf)
25+
* Version 1.8.0 (14 December 2012)
26+
[flann-1.8.0-src.zip](http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.8.0-src.zip) (Source code)
27+
[User manual](http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann_manual-1.8.0.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`

bin/make_release.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
VERSION=`grep "set(FLANN_VERSION" CMakeLists.txt | sed 's/[^0-9]*\([0-9]*\.[0-9]*\.[0-9]*\)[^0-9]*/\1/'`
3+
4+
echo "Creating flann-$VERSION-src.zip"
5+
6+
git archive --prefix=flann-$VERSION-src/ -o flann-$VERSION-src.zip $VERSION-release

0 commit comments

Comments
 (0)