Index: Bindings.cpp
===================================================================
--- Bindings.cpp	(revision 1492)
+++ Bindings.cpp	(working copy)
@@ -1,6 +1,6 @@
 /*
 ** Lua binding: AllToLua
-** Generated automatically by tolua++-1.0.92 on 05/12/13 17:56:56.
+** Generated automatically by tolua++-1.0.92 on 05/22/13 21:13:26.
 */
 
 #ifndef __cplusplus
@@ -10053,7 +10053,7 @@
   if (!self) tolua_error(tolua_S,"invalid 'self' in function 'GetVersion'", NULL);
 #endif
   {
-   int tolua_ret = (int)  self->GetVersion();
+   double tolua_ret = (double)  self->GetVersion();
    tolua_pushnumber(tolua_S,(lua_Number)tolua_ret);
   }
  }
@@ -10082,7 +10082,7 @@
 #endif
  {
   cPlugin* self = (cPlugin*)  tolua_tousertype(tolua_S,1,0);
-  int a_Version = ((int)  tolua_tonumber(tolua_S,2,0));
+  double a_Version = ((double)  tolua_tonumber(tolua_S,2,0));
 #ifndef TOLUA_RELEASE
   if (!self) tolua_error(tolua_S,"invalid 'self' in function 'SetVersion'", NULL);
 #endif
Index: Bindings.h
===================================================================
--- Bindings.h	(revision 1492)
+++ Bindings.h	(working copy)
@@ -1,6 +1,6 @@
 /*
 ** Lua binding: AllToLua
-** Generated automatically by tolua++-1.0.92 on 05/12/13 17:56:56.
+** Generated automatically by tolua++-1.0.92 on 05/22/13 21:13:27.
 */
 
 /* Exported function */
Index: Plugin.h
===================================================================
--- Plugin.h	(revision 1492)
+++ Plugin.h	(working copy)
@@ -112,8 +112,8 @@
 	const AString & GetName(void) const  { return m_Name; }
 	void SetName(const AString & a_Name) { m_Name = a_Name; }
 
-	int GetVersion(void) const     { return m_Version; }
-	void SetVersion(int a_Version) { m_Version = a_Version; }
+	double GetVersion(void) const     { return m_Version; }
+	void SetVersion(double a_Version) { m_Version = a_Version; }
 
 	const AString & GetDirectory(void) const {return m_Directory; }
 	AString GetLocalDirectory(void) const;
@@ -133,7 +133,7 @@
 private:
 	PluginLanguage m_Language;
 	AString m_Name;
-	int m_Version;
+	double m_Version;
 
 	AString m_Directory;
 };	// tolua_export
