aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-11-25 19:57:37 -0700
committerMcCabe Maxsted2009-11-25 19:57:37 -0700
commitd96a5d6dde3acd0d1b7cff1a18308226d5ee6f5b (patch)
tree2c3b652e7d8c037350904d2c80ead9f794cf17e6 /linden/indra/llcommon
parentFixed Linux's gstreamer, gstreamer-plugins, and liboil. (diff)
downloadmeta-impy-d96a5d6dde3acd0d1b7cff1a18308226d5ee6f5b.zip
meta-impy-d96a5d6dde3acd0d1b7cff1a18308226d5ee6f5b.tar.gz
meta-impy-d96a5d6dde3acd0d1b7cff1a18308226d5ee6f5b.tar.bz2
meta-impy-d96a5d6dde3acd0d1b7cff1a18308226d5ee6f5b.tar.xz
Updated version to 1.2.1
Diffstat (limited to 'linden/indra/llcommon')
-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 43a4038..8de0a00 100644
--- a/linden/indra/llcommon/llversionviewer.h
+++ b/linden/indra/llcommon/llversionviewer.h
@@ -44,7 +44,7 @@ const char * const IMP_VIEWER_NAME = "Imprudence";
44 44
45const S32 IMP_VERSION_MAJOR = 1; 45const S32 IMP_VERSION_MAJOR = 1;
46const S32 IMP_VERSION_MINOR = 2; 46const S32 IMP_VERSION_MINOR = 2;
47const S32 IMP_VERSION_PATCH = 0; 47const S32 IMP_VERSION_PATCH = 1;
48const char * const IMP_VERSION_TEST = ""; 48const char * const IMP_VERSION_TEST = "";
49 49
50#endif 50#endif