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 | |
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 '')
-rw-r--r-- | ChangeLog.txt | 5 | ||||
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index ba6bd17..498c047 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,10 @@ | |||
1 | 2009-06-06 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2009-06-06 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * Set version to 1.1.0 (not RC). | ||
4 | |||
5 | modified: linden/indra/llcommon/llversionviewer.h | ||
6 | |||
7 | |||
3 | * Improved regex and formatting in build_version.py. | 8 | * Improved regex and formatting in build_version.py. |
4 | Handles empty test version strings better. | 9 | Handles empty test version strings better. |
5 | 10 | ||
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 |