GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / include / epivers.h
blobb0b3945ce1003a72ff55edb8a19cce983d580c63
1 /*
2 * Copyright (C) 2012, Broadcom Corporation. All Rights Reserved.
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
11 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 * $Id: epivers.h.in,v 13.33 2010-09-08 22:08:53 $
20 #ifndef _epivers_h_
21 #define _epivers_h_
23 #define EPI_MAJOR_VERSION 6
25 #define EPI_MINOR_VERSION 30
27 #define EPI_RC_NUMBER 163
29 #define EPI_INCREMENTAL_NUMBER 46
31 #define EPI_BUILD_NUMBER 0
33 #define EPI_VERSION 6, 30, 163, 46
35 #define EPI_VERSION_NUM 0x061ea32e
37 #define EPI_VERSION_DEV 6.30.163
39 /* Driver Version String, ASCII, 32 chars max */
40 #ifdef WLTEST
41 #define EPI_VERSION_STR "6.30.163.46 (r401410 WLTEST)"
42 #else
43 #define EPI_VERSION_STR "6.30.163.46 (r401410)"
44 #endif
46 #endif /* _epivers_h_ */