~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2008-08-15 21:21:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080815212140-05fhxj8wroosysmj
Tags: 2008.08.08-109361-1ubuntu1
* Merge from Debian unstable (LP: #258393), remaining Ubuntu change:
  - add ubuntu_toolchain_FTBFS.dpatch patch, fix FTBFS
* Update ubuntu_toolchain_FTBFS.dpatch patch for the new version.

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.1.0
29
 
#define VMXNET_DRIVER_VERSION_COMMAS   2,0,1,0
30
 
#define VMXNET_DRIVER_VERSION_STRING   "2.0.1.0"
 
28
#define VMXNET_DRIVER_VERSION          2.0.1.1
 
29
#define VMXNET_DRIVER_VERSION_COMMAS   2,0,1,1
 
30
#define VMXNET_DRIVER_VERSION_STRING   "2.0.1.1"
31
31
 
32
32
#endif /* _VMXNET_VERSION_H_ */