aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-10-01 20:21:57 -0500
committerJacek Antonelli2008-10-08 00:52:09 -0500
commit061abd8263b1fa91c344b8de7e254221cf3b4d58 (patch)
treed4426976022f100a8e41d69016e0c2977c7821cb /linden/indra/llcommon/llversionviewer.h
parentChanged viewer and channel name to "Imprudence". (diff)
downloadmeta-impy-061abd8263b1fa91c344b8de7e254221cf3b4d58.zip
meta-impy-061abd8263b1fa91c344b8de7e254221cf3b4d58.tar.gz
meta-impy-061abd8263b1fa91c344b8de7e254221cf3b4d58.tar.bz2
meta-impy-061abd8263b1fa91c344b8de7e254221cf3b4d58.tar.xz
Added Imprudence-specific version numbers.
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llversionviewer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h
index 2c6f951..385a3e9 100644
--- a/linden/indra/llcommon/llversionviewer.h
+++ b/linden/indra/llcommon/llversionviewer.h
@@ -42,4 +42,8 @@ const char * const LL_CHANNEL = "Imprudence";
42const char * const LL_VIEWER_NAME = "Second Life"; 42const char * const LL_VIEWER_NAME = "Second Life";
43const char * const IMP_VIEWER_NAME = "Imprudence"; 43const char * const IMP_VIEWER_NAME = "Imprudence";
44 44
45const S32 IMP_VERSION_MAJOR = 1;
46const S32 IMP_VERSION_MINOR = 0;
47const S32 IMP_VERSION_PATCH = 0;
48
45#endif 49#endif