blob: cc58560d0f524a38741f93103d2f8937ffd14e97 [file] [log] [blame]
/*
* Copyright (c) 2012-2013 Qualcomm Atheros, Inc.
* All Rights Reserved.
* Qualcomm Atheros Confidential and Proprietary.
*/
#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 3
#define QWLAN_VERSION_EXTRA "a"
#define QWLAN_VERSION_BUILD 240
#define QWLAN_VERSIONSTR "3.2.3.240a"
#endif /* QWLAN_VERSION_H */