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

« back to all changes in this revision

Viewing changes to modules/linux/vmxnet3/vmxnet3_version.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-18 12:28:19 UTC
  • mfrom: (1.1.7 upstream) (2.4.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091018122819-00vqew6m0ztpqcqp
Tags: 2009.10.15-201664-1
MergingĀ upstreamĀ versionĀ 2009.10.15-201664.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef _VMXNET3_VERSION_H_
26
26
#define _VMXNET3_VERSION_H_
27
27
 
28
 
#define VMXNET3_DRIVER_VERSION          1.0.1.0
29
 
#define VMXNET3_DRIVER_VERSION_COMMAS   1,0,1,0
30
 
#define VMXNET3_DRIVER_VERSION_STRING   "1.0.1.0"
 
28
#define VMXNET3_DRIVER_VERSION          1.0.4.0
 
29
#define VMXNET3_DRIVER_VERSION_COMMAS   1,0,4,0
 
30
#define VMXNET3_DRIVER_VERSION_STRING   "1.0.4.0"
31
31
 
32
32
/* a 32-bit int, each byte encode a verion number in VMXNET3_DRIVER_VERSION */
33
 
#define VMXNET3_DRIVER_VERSION_NUM      0x01000100
 
33
#define VMXNET3_DRIVER_VERSION_NUM      0x01000400
34
34
 
35
35
#endif /* _VMXNET3_VERSION_H_ */