diff --git a/README b/README index e5bfb111..c73b320d 100644 --- a/README +++ b/README @@ -111,7 +111,7 @@ APPENDIX intrisic. GCC and Visual C both satisfy all the requirements. CHANGES - + 0.9.12 Fixes vl_compile and the architecture string on Linux 32 bit. 0.9.11 Fixes a compatibility problem on older Mac OS X versions. A few bugfixes are included too. 0.9.10 Improves the homogeneous kernel map. Plenty of small tweaks diff --git a/docsrc/index.html b/docsrc/index.html index 8c6cb0d4..63385082 100644 --- a/docsrc/index.html +++ b/docsrc/index.html @@ -25,7 +25,8 @@
- ACM OpenSource Award 2010 + ACM OpenSource Award 2010

The VLFeat Acknowledgments

UCLA Vision Lab, Oxford VGG.

-

News

&nsbp;
+
7/5/2011 VLFeat 0.9.12 released
+
VLFeat 0.9.12 contains minor bugfixes. + [Details]. +
6/19/2011 VLFeat 0.9.11 released
VLFeat 0.9.11 solves a compatibility issue with old versions of Mac OS X and brings other minor bug fixes as well. diff --git a/vl/generic.h b/vl/generic.h index 09ff879a..91bf3309 100644 --- a/vl/generic.h +++ b/vl/generic.h @@ -30,7 +30,7 @@ GNU GPLv2, or (at your option) any later version. #endif /** @brief Library version string */ -#define VL_VERSION_STRING "0.9.11" +#define VL_VERSION_STRING "0.9.12" /** @brief Maximum length (in characters) of an error message */ #define VL_ERR_MSG_LEN 1024