diff options
author | Jacek Antonelli | 2008-12-12 23:11:23 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-12 23:11:23 -0600 |
commit | 76e573fa54157ea89c0fbce8d45cfe64fea149e0 (patch) | |
tree | 958e8a53d1141a80c9e64428dac521172cf28765 /linden/indra/newview/viewer_manifest.py | |
parent | Blanked the test version string. Not RC anymore. (diff) | |
download | meta-impy-76e573fa54157ea89c0fbce8d45cfe64fea149e0.zip meta-impy-76e573fa54157ea89c0fbce8d45cfe64fea149e0.tar.gz meta-impy-76e573fa54157ea89c0fbce8d45cfe64fea149e0.tar.bz2 meta-impy-76e573fa54157ea89c0fbce8d45cfe64fea149e0.tar.xz |
Added release notes.
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index b0777f4..62c9537 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -111,6 +111,7 @@ class ViewerManifest(LLManifest): | |||
111 | self.path("README.txt") | 111 | self.path("README.txt") |
112 | self.path("MANIFESTO.txt") | 112 | self.path("MANIFESTO.txt") |
113 | self.path("CONTRIBUTE.txt") | 113 | self.path("CONTRIBUTE.txt") |
114 | self.path("RELEASE_NOTES.txt") | ||
114 | self.path("ChangeLog.txt") | 115 | self.path("ChangeLog.txt") |
115 | self.end_prefix("../../..") | 116 | self.end_prefix("../../..") |
116 | 117 | ||