Skip to content

Commit

Permalink
update version number to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richard42 committed Jul 3, 2013
1 parent c1819b5 commit 25af1a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Glide64/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1432,13 +1432,13 @@ EXPORT m64p_error CALL PluginGetVersion(m64p_plugin_type *PluginType, int *Plugi
*PluginType = M64PLUGIN_GFX;

if (PluginVersion != NULL)
*PluginVersion = 0x016305;
*PluginVersion = PLUGIN_VERSION;

if (APIVersion != NULL)
*APIVersion = VIDEO_PLUGIN_API_VERSION;

if (PluginNamePtr != NULL)
*PluginNamePtr = "Glide64mk2 Video Plugin";
*PluginNamePtr = PLUGIN_NAME;

if (Capabilities != NULL)
{
Expand Down
2 changes: 2 additions & 0 deletions src/Glide64/m64p.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include "winlnxdefs.h"
#include <stdio.h>

#define PLUGIN_NAME "Glide64mk2 Video Plugin"
#define PLUGIN_VERSION 0x020000
#define VIDEO_PLUGIN_API_VERSION 0x020200
#define CONFIG_API_VERSION 0x020000
#define VIDEXT_API_VERSION 0x030000
Expand Down

0 comments on commit 25af1a8

Please sign in to comment.