~ubuntu-branches/ubuntu/trusty/broadcom-sta/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Cyril Lacoux
  • Date: 2011-10-25 08:21:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20111025082113-ve5e5uo77m7v7kfm
Tags: 5.100.82.111-1
* New upstream release.
* Refreshed changelog and license patches.
* Removed obsolete patch 03-linux-2.6.37.patch.
* Bumped standards version to 3.9.2 (No changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
8
8
 * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
9
9
 *
10
 
 * $Id: epivers.h.in,v 13.32 2009/11/04 00:51:53 Exp $
 
10
 * $Id: epivers.h.in,v 13.32 2009-11-04 00:51:53 Exp $
11
11
 *
12
12
*/
13
13
 
20
20
 
21
21
#define EPI_RC_NUMBER           82
22
22
 
23
 
#define EPI_INCREMENTAL_NUMBER  38
24
 
 
25
 
#define EPI_BUILD_NUMBER        1
26
 
 
27
 
#define EPI_VERSION             5, 100, 82, 38
28
 
 
29
 
#define EPI_VERSION_NUM         0x05645226
30
 
 
31
 
#define EPI_VERSION_DEV         5.1.0
32
 
 
33
 
#define EPI_VERSION_STR         "5.100.82.38"
 
23
#define EPI_INCREMENTAL_NUMBER  111
 
24
 
 
25
#define EPI_BUILD_NUMBER        0
 
26
 
 
27
#define EPI_VERSION             5, 100, 82, 111
 
28
 
 
29
#define EPI_VERSION_NUM         0x0564526f
 
30
 
 
31
#define EPI_VERSION_DEV         5.100.82
 
32
 
 
33
#define EPI_VERSION_STR         "5.100.82.111"
34
34
 
35
35
#endif