diff options
author | unknown | 2008-12-30 15:39:30 -0700 |
---|---|---|
committer | unknown | 2008-12-30 15:39:30 -0700 |
commit | a1e35b36ab81138f3d6a2bfd95b4c5827c620bcd (patch) | |
tree | 3cd0efda919902b3eba797f254b80a641836931e /linden/indra/llcommon | |
parent | Fixed a compile problem in VS2005 (diff) | |
download | meta-impy-a1e35b36ab81138f3d6a2bfd95b4c5827c620bcd.zip meta-impy-a1e35b36ab81138f3d6a2bfd95b4c5827c620bcd.tar.gz meta-impy-a1e35b36ab81138f3d6a2bfd95b4c5827c620bcd.tar.bz2 meta-impy-a1e35b36ab81138f3d6a2bfd95b4c5827c620bcd.tar.xz |
changed test version back to alpha
Diffstat (limited to 'linden/indra/llcommon')
-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 2b31117..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 |