~ubuntu-branches/ubuntu/natty/bcmwl/natty

« back to all changes in this revision

Viewing changes to src/src/include/epivers.h

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Milone
  • Date: 2010-02-14 19:58:58 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100214195858-76xedzc2a1gz1ujz
Tags: upstream-5.60.48.36+bdcom
ImportĀ upstreamĀ versionĀ 5.60.48.36+bdcom

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2008, Broadcom Corporation
 
2
 * Copyright (C) 2010, Broadcom Corporation
3
3
 * All Rights Reserved.
4
4
 * 
5
 
 *      Unless you and Broadcom execute a separate written software license
6
 
 * agreement governing use of this software, this software is licensed to you
7
 
 * under the terms of the GNU General Public License version 2, available at
8
 
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html (the "GPL"), with the
9
 
 * following added to such license:
10
 
 *      As a special exception, the copyright holders of this software give you
11
 
 * permission to link this software with independent modules, regardless of the
12
 
 * license terms of these independent modules, and to copy and distribute the
13
 
 * resulting executable under terms of your choice, provided that you also meet,
14
 
 * for each linked independent module, the terms and conditions of the license
15
 
 * of that module. An independent module is a module which is not derived from
16
 
 * this software.
17
 
 *
18
5
 * THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
19
6
 * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
20
7
 * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
21
8
 * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
22
9
 *
23
 
 * $Id: epivers.h.in,v 13.27 2008/02/29 03:29:46 Exp $
 
10
 * $Id: epivers.h.in,v 13.30 2009/05/13 20:12:23 Exp $
24
11
 *
25
12
*/
26
13
 
29
16
 
30
17
#define EPI_MAJOR_VERSION       5
31
18
 
32
 
#define EPI_MINOR_VERSION       10
33
 
 
34
 
#define EPI_RC_NUMBER           91
35
 
 
36
 
#define EPI_INCREMENTAL_NUMBER  9
37
 
 
38
 
#define EPI_BUILD_NUMBER        0
39
 
 
40
 
#define EPI_VERSION             5, 10, 91, 9
41
 
 
42
 
#define EPI_VERSION_NUM         0x050a5b09
43
 
 
44
 
#define EPI_VERSION_STR         "5.10.91.9"
 
19
#define EPI_MINOR_VERSION       60
 
20
 
 
21
#define EPI_RC_NUMBER           48
 
22
 
 
23
#define EPI_INCREMENTAL_NUMBER  36
 
24
 
 
25
#define EPI_BUILD_NUMBER        2
 
26
 
 
27
#define EPI_VERSION             5, 60, 48, 36
 
28
 
 
29
#define EPI_VERSION_NUM         0x053c3024
 
30
 
 
31
#define EPI_VERSION_DEV         5.60.48
 
32
 
 
33
#define EPI_VERSION_STR         "5.60.48.36 "
45
34
 
46
35
#endif