diff options
author | unknown | 2008-12-30 13:44:15 -0700 |
---|---|---|
committer | unknown | 2008-12-30 13:44:15 -0700 |
commit | 48cd01106bb9567353fbe18c44f3c90a78ab8731 (patch) | |
tree | 5cc5089770a91d0f888098963748a1bebbb127c8 /linden/indra/llcommon/llversionviewer.h | |
parent | Added fix for VWR-10392 as well as other fixes (diff) | |
parent | Workaround for change volume bug in gstreamen 0.10.21 (diff) | |
download | meta-impy-48cd01106bb9567353fbe18c44f3c90a78ab8731.zip meta-impy-48cd01106bb9567353fbe18c44f3c90a78ab8731.tar.gz meta-impy-48cd01106bb9567353fbe18c44f3c90a78ab8731.tar.bz2 meta-impy-48cd01106bb9567353fbe18c44f3c90a78ab8731.tar.xz |
Merged in balp's openal branch
Diffstat (limited to 'linden/indra/llcommon/llversionviewer.h')
-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 4032c5b..2b31117 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 = "alpha"; | 48 | const char * const IMP_VERSION_TEST = "openal-1"; |
49 | 49 | ||
50 | #endif | 50 | #endif |