diff options
author | Anders Arnholm | 2008-12-15 14:40:56 +0100 |
---|---|---|
committer | Anders Arnholm | 2008-12-15 14:40:56 +0100 |
commit | 95fd362ec7b71ce216a5c305e62e2f2c9994e564 (patch) | |
tree | b87e2e372e4b5d1225a162770c14e073b0ff5b99 /linden/indra | |
parent | Merge branch 'next' of git://github.com/jacek/imprudence into next (diff) | |
download | meta-impy-95fd362ec7b71ce216a5c305e62e2f2c9994e564.zip meta-impy-95fd362ec7b71ce216a5c305e62e2f2c9994e564.tar.gz meta-impy-95fd362ec7b71ce216a5c305e62e2f2c9994e564.tar.bz2 meta-impy-95fd362ec7b71ce216a5c305e62e2f2c9994e564.tar.xz |
Not openal branch next branch.
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 08ec232..4032c5b 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -45,6 +45,6 @@ const char * const IMP_VIEWER_NAME = "Imprudence"; | |||
45 | const S32 IMP_VERSION_MAJOR = 1; | 45 | const S32 IMP_VERSION_MAJOR = 1; |
46 | const S32 IMP_VERSION_MINOR = 1; | 46 | const S32 IMP_VERSION_MINOR = 1; |
47 | const S32 IMP_VERSION_PATCH = 0; | 47 | const S32 IMP_VERSION_PATCH = 0; |
48 | const char * const IMP_VERSION_TEST = "OpenAL-1"; | 48 | const char * const IMP_VERSION_TEST = "alpha"; |
49 | 49 | ||
50 | #endif | 50 | #endif |