diff vamp/vamp.h @ 43:3bbe244611bb

* Update version number to 1.0, some textual tweaks
author cannam
date Tue, 31 Oct 2006 19:55:47 +0000
parents ca1309b937b6
children be8fdfe25693
line wrap: on
line diff
--- a/vamp/vamp.h	Mon Oct 30 10:20:21 2006 +0000
+++ b/vamp/vamp.h	Tue Oct 31 19:55:47 2006 +0000
@@ -61,9 +61,9 @@
  * Plugin API version. Incompatible changes to the API may be expected
  * prior to version 1.0.
  */
-#define VAMP_API_VERSION "0.9"
-#define VAMP_API_VERSION_MAJOR 0
-#define VAMP_API_VERSION_MINOR 9
+#define VAMP_API_VERSION "1.0"
+#define VAMP_API_VERSION_MAJOR 1
+#define VAMP_API_VERSION_MINOR 0
 
 typedef struct _VampParameterDescriptor
 {