diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-02-24 03:37:12 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-02-24 03:37:12 +0000 |
commit | 65092b7f63e129a416a32f0e0071547fba86d6d5 (patch) | |
tree | 20b5eb70dd1b0d6697e819747a4fb33a9bd56324 /externals/grill/vst/src/main.cpp | |
parent | b5a276390c40729a9c78d8d3e8ae19a8a2239660 (diff) |
""
svn path=/trunk/; revision=1355
Diffstat (limited to 'externals/grill/vst/src/main.cpp')
-rw-r--r-- | externals/grill/vst/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/vst/src/main.cpp b/externals/grill/vst/src/main.cpp index 76de5c27..54450c77 100644 --- a/externals/grill/vst/src/main.cpp +++ b/externals/grill/vst/src/main.cpp @@ -20,7 +20,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. using namespace std; -#define VST_VERSION "0.1.0pre10" +#define VST_VERSION "0.1.0pre11" class vst: |