diff --git a/Makefile b/Makefile index 12bb30ae..4f501ca8 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README b/README index c831983e..23822479 100644 --- a/README +++ b/README @@ -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. diff --git a/docsrc/download.html b/docsrc/download.html index 3abc5a63..bd39a79b 100644 --- a/docsrc/download.html +++ b/docsrc/download.html @@ -1,10 +1,10 @@ -

The latest version of VLFeat is 0.9.2, released on August 25, +

The latest version of VLFeat is 0.9.3, released on November 3, 2008.

diff --git a/vl/generic.h b/vl/generic.h index 63fee041..c3095c19 100644 --- a/vl/generic.h +++ b/vl/generic.h @@ -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