aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-12 23:11:23 -0600
committerJacek Antonelli2008-12-12 23:11:23 -0600
commit76e573fa54157ea89c0fbce8d45cfe64fea149e0 (patch)
tree958e8a53d1141a80c9e64428dac521172cf28765 /linden/indra/newview/viewer_manifest.py
parentBlanked the test version string. Not RC anymore. (diff)
downloadmeta-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-xlinden/indra/newview/viewer_manifest.py1
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