Index: /trunk/src/VBox/Main/glue/vboxapi.py
===================================================================
--- /trunk/src/VBox/Main/glue/vboxapi.py	(revision 45472)
+++ /trunk/src/VBox/Main/glue/vboxapi.py	(revision 45473)
@@ -1,4 +1,4 @@
 """
-Copyright (C) 2009-2012 Oracle Corporation
+Copyright (C) 2009-2013 Oracle Corporation
 
 This file is part of VirtualBox Open Source Edition (OSE), as
@@ -254,4 +254,6 @@
         d['arg'] = arg
         d['tlb_guid'] = PlatformMSCOM.VBOX_TLB_GUID
+        d['tlb_major'] = PlatformMSCOM.VBOX_TLB_MAJOR
+        d['tlb_minor'] = PlatformMSCOM.VBOX_TLB_MINOR
         str = ""
         str += "import win32com.server.util\n"
@@ -261,5 +263,5 @@
         str += "   _com_interfaces_ = ['IEventListener']\n"
         str += "   _typelib_guid_ = tlb_guid\n"
-        str += "   _typelib_version_ = 1, 0\n"
+        str += "   _typelib_version_ = tlb_major, tlb_minor\n"
         str += "   _reg_clsctx_ = pythoncom.CLSCTX_INPROC_SERVER\n"
         # Maybe we'd better implement Dynamic invoke policy, to be more flexible here
