summaryrefslogtreecommitdiffstats
path: root/bcmdhd/dhdutil/include/epivers.h
diff options
context:
space:
mode:
Diffstat (limited to 'bcmdhd/dhdutil/include/epivers.h')
-rw-r--r--bcmdhd/dhdutil/include/epivers.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/bcmdhd/dhdutil/include/epivers.h b/bcmdhd/dhdutil/include/epivers.h
index 72b2470..cec06b4 100644
--- a/bcmdhd/dhdutil/include/epivers.h
+++ b/bcmdhd/dhdutil/include/epivers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1999-2011, Broadcom Corporation
+ * Copyright (C) 1999-2012, Broadcom Corporation
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -13,31 +13,30 @@
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: epivers.h.in,v 13.32.4.1 2010-09-17 00:39:18 Exp $
+ * $Id: epivers.h.in,v 13.33 2010-09-08 22:08:53 $
*
*/
-
#ifndef _epivers_h_
#define _epivers_h_
-#define EPI_MAJOR_VERSION 5
+#define EPI_MAJOR_VERSION 1
-#define EPI_MINOR_VERSION 90
+#define EPI_MINOR_VERSION 28
-#define EPI_RC_NUMBER 125
+#define EPI_RC_NUMBER 9
-#define EPI_INCREMENTAL_NUMBER 14
+#define EPI_INCREMENTAL_NUMBER 2
#define EPI_BUILD_NUMBER 0
-#define EPI_VERSION 5, 90, 125, 14
+#define EPI_VERSION 1, 28, 9, 2
-#define EPI_VERSION_NUM 0x055a7d0e
+#define EPI_VERSION_NUM 0x011c0902
-#define EPI_VERSION_DEV 5.90.125
+#define EPI_VERSION_DEV 1.28.9
-#define EPI_VERSION_STR "5.90.125.14"
+#define EPI_VERSION_STR "1.28.9.2 (r351283)"
#endif