aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorAnders Arnholm2008-12-15 16:18:48 +0100
committerAnders Arnholm2008-12-15 16:18:48 +0100
commit1bd95e2f9e19d0d5c3c2e6f2921a9d32f8ad936b (patch)
treeca99cd858ecfdb5775342023c47af9571b546ac8 /linden/indra
parentMerge branch 'next' into openal (diff)
downloadmeta-impy-1bd95e2f9e19d0d5c3c2e6f2921a9d32f8ad936b.zip
meta-impy-1bd95e2f9e19d0d5c3c2e6f2921a9d32f8ad936b.tar.gz
meta-impy-1bd95e2f9e19d0d5c3c2e6f2921a9d32f8ad936b.tar.bz2
meta-impy-1bd95e2f9e19d0d5c3c2e6f2921a9d32f8ad936b.tar.xz
Make openal-1 version info
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/llcommon/llversionviewer.h2
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";
45const S32 IMP_VERSION_MAJOR = 1; 45const S32 IMP_VERSION_MAJOR = 1;
46const S32 IMP_VERSION_MINOR = 1; 46const S32 IMP_VERSION_MINOR = 1;
47const S32 IMP_VERSION_PATCH = 0; 47const S32 IMP_VERSION_PATCH = 0;
48const char * const IMP_VERSION_TEST = "alpha"; 48const char * const IMP_VERSION_TEST = "openal-1";
49 49
50#endif 50#endif