GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / staging / hv / version_info.h
blob35178f2c7967e9a270c0f02a9b6ac8d44c556201
1 /*
3 * Copyright (c) 2009, Microsoft Corporation.
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
9 * This program is distributed in the hope it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
14 * You should have received a copy of the GNU General Public License along with
15 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
16 * Place - Suite 330, Boston, MA 02111-1307 USA.
18 * Authors:
19 * Haiyang Zhang <haiyangz@microsoft.com>
20 * Hank Janssen <hjanssen@microsoft.com>
24 #ifndef __HV_VERSION_INFO
25 #define __HV_VERSION_INFO
28 * We use the same version numbering for all Hyper-V modules.
30 * Definition of versioning is as follows;
32 * Major Number Changes for these scenarios;
33 * 1. When a new version of Windows Hyper-V
34 * is released.
35 * 2. A Major change has occurred in the
36 * Linux IC's.
37 * (For example the merge for the first time
38 * into the kernel) Every time the Major Number
39 * changes, the Revision number is reset to 0.
40 * Minor Number Changes when new functionality is added
41 * to the Linux IC's that is not a bug fix.
43 * 3.1 - Added completed hv_utils driver. Shutdown/Heartbeat/Timesync
45 #define HV_DRV_VERSION "3.1"
48 #endif