blob: dac79c6fcf3c15ddb5a6f035c4b8ffb046c8424b [file] [log] [blame]
/*
* Copyright (c) 2012, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright notice and this permission notice appear in all
* copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef QWLAN_VERSION_H
#define QWLAN_VERSION_H
/*===========================================================================
FILE:
qwlan_version.h
BRIEF DESCRIPTION:
WLAN Host Version file.
Build number automaticly updated by build scripts.
Copyright (c) 2008-2011 QUALCOMM Incorporated.
All Right Reserved.
Qualcomm Confidential and Proprietary
===========================================================================*/
#define QWLAN_VERSION_MAJOR 3
#define QWLAN_VERSION_MINOR 2
#define QWLAN_VERSION_PATCH 1
#define QWLAN_VERSION_EXTRA "b"
#define QWLAN_VERSION_BUILD 5
#define QWLAN_VERSIONSTR "3.2.1.5b"
#endif /* QWLAN_VERSION_H */