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

« back to all changes in this revision

Viewing changes to modules/linux/vmci/vmci_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 _VMCI_VERSION_H_
26
26
#define _VMCI_VERSION_H_
27
27
 
28
 
#define VMCI_DRIVER_VERSION          1.0.18.0
29
 
#define VMCI_DRIVER_VERSION_COMMAS   1,0,18,0
30
 
#define VMCI_DRIVER_VERSION_STRING   "1.0.18.0"
 
28
#define VMCI_DRIVER_VERSION          1.0.19.0
 
29
#define VMCI_DRIVER_VERSION_COMMAS   1,0,19,0
 
30
#define VMCI_DRIVER_VERSION_STRING   "1.0.19.0"
31
31
 
32
32
#endif /* _VMCI_VERSION_H_ */