diff options
author | Jacek Antonelli | 2009-06-06 19:09:20 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-06-06 19:09:20 -0500 |
commit | b61dadb4bbe2f650c0a8a65f90d91810418e9e6c (patch) | |
tree | 894a18c897a4a51626f8eeb0a639ed3067c836a3 /linden/indra | |
parent | Improved regex and formatting in build_version.py. (diff) | |
download | meta-impy-b61dadb4bbe2f650c0a8a65f90d91810418e9e6c.zip meta-impy-b61dadb4bbe2f650c0a8a65f90d91810418e9e6c.tar.gz meta-impy-b61dadb4bbe2f650c0a8a65f90d91810418e9e6c.tar.bz2 meta-impy-b61dadb4bbe2f650c0a8a65f90d91810418e9e6c.tar.xz |
Set version to 1.1.0 (not RC).
Diffstat (limited to 'linden/indra')
-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 b560e51..80af5bf 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 = "RC2"; | 48 | const char * const IMP_VERSION_TEST = ""; |
49 | 49 | ||
50 | #endif | 50 | #endif |