1/*
2 * Copyright (C) 2015, 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.
15 *
16 * $Id: version.h.in,v 1.2 2008-04-23 16:19:15 $
17 *
18*/
19
20#ifndef _version_h_
21#define _version_h_
22
23#define	ROUTER_MAJOR_VERSION		7
24
25#define	ROUTER_MINOR_VERSION		14
26
27#define	ROUTER_RC_NUMBER		89
28
29#define	ROUTER_INCREMENTAL_NUMBER	2602
30
31#define	ROUTER_BUILD_NUMBER		0
32
33#define	ROUTER_VERSION			7, 14, 89, 2602
34
35#define	ROUTER_VERSION_NUM		0x070e59a2a
36
37/* Version String, ASCII, 32 chars max */
38#define	ROUTER_VERSION_STR		"7.14.89.2602"
39
40#define ROUTER_PACKAGE_VERSION 		7.14.89.2602
41
42#endif /* _version_h_ */
43