~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools-precise.sid-merge1

« back to all changes in this revision

Viewing changes to modules/linux/vmxnet/vmxnet_version.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-12-06 07:45:05 UTC
  • mfrom: (1.1.8 upstream) (2.4.10 sid)
  • Revision ID: james.westby@ubuntu.com-20091206074505-43rp7oejjgp0y2re
Tags: 2009.11.16-210370-1
* Merging upstream version 2009.11.16-210370.
* Moving vmusr plugins from open-vm-tools to open-vm-toolbox (Closes:
  #539282, #557215).
* Correcting plugin location (Closes: #545222, #549044).
* Dropping la files (Closes: #551626).
* Adding open-vm-toolbox lintian overrides.
* Removing test plugin.
* Removing unused plugin symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef _VMXNET_VERSION_H_
26
26
#define _VMXNET_VERSION_H_
27
27
 
28
 
#define VMXNET_DRIVER_VERSION          2.0.4.0
29
 
#define VMXNET_DRIVER_VERSION_COMMAS   2,0,4,0
30
 
#define VMXNET_DRIVER_VERSION_STRING   "2.0.4.0"
 
28
#define VMXNET_DRIVER_VERSION          2.0.5.0
 
29
#define VMXNET_DRIVER_VERSION_COMMAS   2,0,5,0
 
30
#define VMXNET_DRIVER_VERSION_STRING   "2.0.5.0"
31
31
 
32
32
#endif /* _VMXNET_VERSION_H_ */