Plugin version to 1.3

This commit is contained in:
Jerry (Xinyu Hou) 2015-08-03 16:29:36 -07:00
parent c55cf1936b
commit 5b1e7acca9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
static const char kUnknownVersion[] = "unknown"; static const char kUnknownVersion[] = "unknown";
const char* s_pluginNames[] = { "ns" }; const char* s_pluginNames[] = { "ns" };
static const char* s_pluginVersions[] = { "1.2" }; static const char* s_pluginVersions[] = { "1.3" };
const char* getExpectedPluginVersion(const char* name) const char* getExpectedPluginVersion(const char* name)
{ {