aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alState.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-10-25 15:48:17 -0700
committerChris Robinson <[email protected]>2008-10-25 15:48:17 -0700
commit301a4c4a95118586aefcce7cad93acfdd4870963 (patch)
treec1b023511376475315dfcc8de831307df584635c /OpenAL32/alState.c
parent8fc4a3b724df11ee7a54780d0e5a89d5d91f0fd9 (diff)
Append the driver and its version to the AL version string
Diffstat (limited to 'OpenAL32/alState.c')
-rw-r--r--OpenAL32/alState.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alState.c b/OpenAL32/alState.c
index c577ea8d..0a01dc37 100644
--- a/OpenAL32/alState.c
+++ b/OpenAL32/alState.c
@@ -27,7 +27,7 @@
#include "alState.h"
static const ALchar alVendor[] = "OpenAL Community";
-static const ALchar alVersion[] = "1.1";
+static const ALchar alVersion[] = "1.1 ALSOFT "ALSOFT_VERSION;
static const ALchar alRenderer[] = "OpenAL Soft";
// Error Messages