Skip to content

Commit

Permalink
Revision 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Fulkerson committed Nov 4, 2008
1 parent d838ef6 commit 1a6e167
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -108,7 +108,7 @@
# debugging information.

NAME := vlfeat
VER := 0.9.2
VER := 0.9.3
HOST := ganesh.cs.ucla.edu:/var/www/vlfeat.org
NDEBUG := YES
VERB := NO
Expand Down
3 changes: 3 additions & 0 deletions README
Expand Up @@ -100,6 +100,9 @@ APPENDIX
- variadic macro support

CHANGES
0.9.3 Namespace change (everything begins with a vl_ prefix now). Many
other changes to provide compilation support on Windows with
Matlab 7.
beta-3 Completions to the ikmeans code.
beta-2 Many completions.
beta-1 Initial public release.
6 changes: 3 additions & 3 deletions docsrc/download.html
@@ -1,10 +1,10 @@
<p>The latest version of VLFeat is <code>0.9.2</code>, released on August 25,
<p>The latest version of VLFeat is <code>0.9.3</code>, released on November 3,
2008.</p>

<ul>
<li><b><a href="%root;download/vlfeat-0.9.2-bin.tar.gz">Download the
<li><b><a href="%root;download/vlfeat-0.9.3-bin.tar.gz">Download the
precompiled binaries</a></b></li>
<li><a href="%root;download/vlfeat-0.9.2.tar.gz">Download the source
<li><a href="%root;download/vlfeat-0.9.3.tar.gz">Download the source
code</a></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion vl/generic.h
Expand Up @@ -20,7 +20,7 @@ General Public License version 2.
#include "host.h"

/** @brief Library version string */
#define VL_VERSION_STRING "0.9.2"
#define VL_VERSION_STRING "0.9.3"

/** @internal @brief VL_STRINGIFY helper
** @see ::VL_STRINGIFY
Expand Down

0 comments on commit 1a6e167

Please sign in to comment.