aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/asihpi/hpi_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/asihpi/hpi_version.h b/sound/pci/asihpi/hpi_version.h
index e9146e53bd50..6623ab110038 100644
--- a/sound/pci/asihpi/hpi_version.h
+++ b/sound/pci/asihpi/hpi_version.h
@@ -11,13 +11,13 @@ Production releases have even minor version.
11/* Use single digits for versions less that 10 to avoid octal. */ 11/* Use single digits for versions less that 10 to avoid octal. */
12/* *** HPI_VER is the only edit required to update version *** */ 12/* *** HPI_VER is the only edit required to update version *** */
13/** HPI version */ 13/** HPI version */
14#define HPI_VER HPI_VERSION_CONSTRUCTOR(4, 10, 1) 14#define HPI_VER HPI_VERSION_CONSTRUCTOR(4, 14, 3)
15 15
16/** HPI version string in dotted decimal format */ 16/** HPI version string in dotted decimal format */
17#define HPI_VER_STRING "4.10.01" 17#define HPI_VER_STRING "4.14.03"
18 18
19/** Library version as documented in hpi-api-versions.txt */ 19/** Library version as documented in hpi-api-versions.txt */
20#define HPI_LIB_VER HPI_VERSION_CONSTRUCTOR(10, 2, 0) 20#define HPI_LIB_VER HPI_VERSION_CONSTRUCTOR(10, 4, 0)
21 21
22/** Construct hpi version number from major, minor, release numbers */ 22/** Construct hpi version number from major, minor, release numbers */
23#define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r) 23#define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r)