aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt5
-rw-r--r--linden/indra/llcommon/llversionviewer.h2
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 @@
12009-06-06 Jacek Antonelli <jacek.antonelli@gmail.com> 12009-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";
45const S32 IMP_VERSION_MAJOR = 1; 45const S32 IMP_VERSION_MAJOR = 1;
46const S32 IMP_VERSION_MINOR = 1; 46const S32 IMP_VERSION_MINOR = 1;
47const S32 IMP_VERSION_PATCH = 0; 47const S32 IMP_VERSION_PATCH = 0;
48const char * const IMP_VERSION_TEST = "RC2"; 48const char * const IMP_VERSION_TEST = "";
49 49
50#endif 50#endif