~ubuntu-branches/ubuntu/utopic/open-vm-tools/utopic

« back to all changes in this revision

Viewing changes to modules/linux/vmci/linux/vmci_version.h

  • Committer: Package Import Robot
  • Author(s): Bernd Zeimetz, 31c30832
  • Date: 2014-01-08 20:28:33 UTC
  • mfrom: (1.4.14) (2.4.42 sid)
  • Revision ID: package-import@ubuntu.com-20140108202833-l0ycdpzq5ayadedn
Tags: 2:9.4.0-1280544-5
[31c30832] Revert "Enable building of vmci again."
This reverts commit 0d55577cd3c262dbbc2bf79593d6f500f84c4170.
Too fast upload, sorry. vmhgfs is indeed (still) broken with
vmci.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*********************************************************
2
 
 * Copyright (C) 2007-2013 VMware, Inc. All rights reserved.
 
2
 * Copyright (C) 2007-2012 VMware, Inc. All rights reserved.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify it
5
5
 * under the terms of the GNU General Public License as published by the
25
25
#ifndef _VMCI_VERSION_H_
26
26
#define _VMCI_VERSION_H_
27
27
 
28
 
#define VMCI_DRIVER_VERSION          9.6.0.0
29
 
#define VMCI_DRIVER_VERSION_COMMAS   9,6,0,0
30
 
#define VMCI_DRIVER_VERSION_STRING   "9.6.0.0"
 
28
#define VMCI_DRIVER_VERSION          9.5.13.0
 
29
#define VMCI_DRIVER_VERSION_COMMAS   9,5,13,0
 
30
#define VMCI_DRIVER_VERSION_STRING   "9.5.13.0"
31
31
 
32
32
#endif /* _VMCI_VERSION_H_ */