~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to lib/include/vm_version.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-03-20 10:19:00 UTC
  • mfrom: (1.1.4 upstream) (2.4.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090320101900-1o604camiubq2de8
Tags: 2009.03.18-154848-2
Correcting patch system depends (Closes: #520493).

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
#if defined(VMX86_DESKTOP)
119
119
   #define PRODUCT_VERSION    6,5,0,PRODUCT_BUILD_NUMBER_NUMERIC
120
120
#elif defined(VMX86_TOOLS)
121
 
   #define PRODUCT_VERSION    TOOLS_VERSION_CURRENT_CSV,PRODUCT_BUILD_NUMBER_NUMERIC
 
121
   #define PRODUCT_VERSION    TOOLS_VERSION_EXT_CURRENT_CSV
122
122
#elif defined(VMX86_VCB)
123
123
   #define PRODUCT_VERSION    1,0,0,PRODUCT_BUILD_NUMBER_NUMERIC
124
124
#else
236
236
#define PLAYER_VERSION "e.x.p"
237
237
#define V2V_VERSION "e.x.p"
238
238
#define V2V_FILE_VERSION 1,0,0,0
 
239
#define FUSION_VERSION "2.0"
239
240
 
240
241
// These must match VIE_FILEVERSION above
241
242
#define SYSIMAGE_VERSION "4.0.0"
255
256
#define VIPERL_VERSION "1.1.0"
256
257
#define RCLI_VERSION "4.0.0"
257
258
#define VDM_VERSION "e.x.p"
 
259
#define VMSAFE_VERSION "e.x.p"
 
260
#define VDDK_VERSION          "1.1.0"
 
261
#define VDDK_FILE_VERSION      1,1,0,PRODUCT_BUILD_NUMBER_NUMERIC
 
262
#define OVFTOOL_VERSION "1.0.0"
258
263
#define VDM_CLIENT_VERSION "e.x.p"
 
264
#define OVFTOOL_VERSION "1.0.0"
259
265
 
260
266
// VMRC_PLUGIN_VERSION should match PLAYER_VERSION but can't be e.x.p
261
267
#ifndef MAKESTR
274
280
        VMRC_PLUGIN_VERSION_MAJOR,VMRC_PLUGIN_VERSION_MINOR,0,PRODUCT_BUILD_NUMBER_NUMERIC
275
281
 
276
282
/*
277
 
 * When setting the Tools product version, please use the string corresponding
278
 
 * to TOOLS_VERSION_CURRENT_STR from vm_tools_version.h.
279
 
 *
280
 
 * XXX: The extract-macro script should be updated to handle this special case.
 
283
 * The current Tools version, derived from vm_tools_version.h. Do not modify this.
281
284
 */
282
 
#define TOOLS_VERSION "2008.11.18"
 
285
#define TOOLS_VERSION "2009.03.18"
283
286
 
284
287
#ifdef VMX86_VPX
285
288
#define VIM_API_TYPE "VirtualCenter"
334
337
#  define PRODUCT_VERSION_NUMBER DDK_VERSION
335
338
#elif defined(VMX86_TOOLS)
336
339
#  define PRODUCT_VERSION_NUMBER TOOLS_VERSION
 
340
#elif defined(VMX86_VDDK)
 
341
#  define PRODUCT_VERSION_NUMBER VDDK_VERSION
337
342
#endif
338
343
 
339
344
/*