diff options
author | waker <wakeroid@gmail.com> | 2010-11-02 22:04:13 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2010-11-02 22:04:13 +0100 |
commit | ba90064d6b33270032bc4664a809d51bff5b9d4a (patch) | |
tree | bc0ca54bf32994b062a1a34e46e9d54f2be0b681 /plugins/vorbis | |
parent | 7cd4cc7c53cdca6b078b72e2982ca2effb3fac00 (diff) |
bumped all plugins to version 1.0;
updated portable build packaging script
Diffstat (limited to 'plugins/vorbis')
-rw-r--r-- | plugins/vorbis/vorbis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/vorbis/vorbis.c b/plugins/vorbis/vorbis.c index fc0afe9e..91f933e5 100644 --- a/plugins/vorbis/vorbis.c +++ b/plugins/vorbis/vorbis.c @@ -694,8 +694,8 @@ static const char *filetypes[] = { "OggVorbis", NULL }; // define plugin interface static DB_decoder_t plugin = { DB_PLUGIN_SET_API_VERSION - .plugin.version_major = 0, - .plugin.version_minor = 1, + .plugin.version_major = 1, + .plugin.version_minor = 0, .plugin.type = DB_PLUGIN_DECODER, .plugin.id = "stdogg", .plugin.name = "OggVorbis decoder", |