aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJacek Antonelli2009-06-06 19:09:20 -0500
committerJacek Antonelli2009-06-06 19:09:20 -0500
commitb61dadb4bbe2f650c0a8a65f90d91810418e9e6c (patch)
tree894a18c897a4a51626f8eeb0a639ed3067c836a3
parentImproved regex and formatting in build_version.py. (diff)
downloadmeta-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.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