~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/vmxnet3/vmxnet3_version.h

  • Committer: Evan Broder
  • Date: 2010-03-21 23:26:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: broder@mit.edu-20100321232653-5a57r7v7ch4o6byv
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*********************************************************
2
 
 * Copyright (C) 2007 VMware, Inc. All rights reserved.
3
 
 *
4
 
 * This program is free software; you can redistribute it and/or modify it
5
 
 * under the terms of the GNU General Public License as published by the
6
 
 * Free Software Foundation version 2 and no later version.
7
 
 *
8
 
 * This program is distributed in the hope that it will be useful, but
9
 
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
10
 
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
11
 
 * for more details.
12
 
 *
13
 
 * You should have received a copy of the GNU General Public License along
14
 
 * with this program; if not, write to the Free Software Foundation, Inc.,
15
 
 * 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
16
 
 *
17
 
 *********************************************************/
18
 
 
19
 
/*
20
 
 * vmxnet3_version.h --
21
 
 *
22
 
 * Version definitions for the Linux vmxnet3 driver.
23
 
 */
24
 
 
25
 
#ifndef _VMXNET3_VERSION_H_
26
 
#define _VMXNET3_VERSION_H_
27
 
 
28
 
#define VMXNET3_DRIVER_VERSION          1.0.5.0
29
 
#define VMXNET3_DRIVER_VERSION_COMMAS   1,0,5,0
30
 
#define VMXNET3_DRIVER_VERSION_STRING   "1.0.5.0"
31
 
 
32
 
/* a 32-bit int, each byte encode a verion number in VMXNET3_DRIVER_VERSION */
33
 
#define VMXNET3_DRIVER_VERSION_NUM      0x01000500
34
 
 
35
 
#endif /* _VMXNET3_VERSION_H_ */