~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-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:
25
25
#ifndef _VMXNET3_VERSION_H_
26
26
#define _VMXNET3_VERSION_H_
27
27
 
28
 
#define VMXNET3_DRIVER_VERSION          0.0.0.31
29
 
#define VMXNET3_DRIVER_VERSION_COMMAS   0,0,0,31
30
 
#define VMXNET3_DRIVER_VERSION_STRING   "0.0.0.31"
 
28
#define VMXNET3_DRIVER_VERSION          1.0.0.33
 
29
#define VMXNET3_DRIVER_VERSION_COMMAS   1,0,0,33
 
30
#define VMXNET3_DRIVER_VERSION_STRING   "1.0.0.33"
31
31
 
32
 
#define VMXNET3_DRIVER_VERSION_NUM      31
 
32
/* a 32-bit int, each byte encode a verion number in VMXNET3_DRIVER_VERSION */
 
33
#define VMXNET3_DRIVER_VERSION_NUM      0x01000021
33
34
 
34
35
#endif /* _VMXNET3_VERSION_H_ */