Repository: ambari Updated Branches: refs/heads/branch-2.0.maint d09bf95e6 -> f4777363e
AMBARI-11145. Admin View: About says Ambari 2.0.0, but it's 2.0.1. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f4777363 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f4777363 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f4777363 Branch: refs/heads/branch-2.0.maint Commit: f4777363eaac467533a4b76d84efa26ca0b35f8f Parents: d09bf95 Author: Yusaku Sako <[email protected]> Authored: Thu May 14 14:55:58 2015 -0700 Committer: Yusaku Sako <[email protected]> Committed: Thu May 14 14:55:58 2015 -0700 ---------------------------------------------------------------------- .../main/resources/ui/admin-web/app/views/modals/AboutModal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f4777363/ambari-admin/src/main/resources/ui/admin-web/app/views/modals/AboutModal.html ---------------------------------------------------------------------- diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/views/modals/AboutModal.html b/ambari-admin/src/main/resources/ui/admin-web/app/views/modals/AboutModal.html index 6dcdafa..ad170c6 100644 --- a/ambari-admin/src/main/resources/ui/admin-web/app/views/modals/AboutModal.html +++ b/ambari-admin/src/main/resources/ui/admin-web/app/views/modals/AboutModal.html @@ -28,7 +28,7 @@ <div class="project">Apache Ambari</div> <br> <span id="i18n-33">Version</span> - <script id="metamorph-199-start" type="text/x-placeholder"></script>2.0.0<script id="metamorph-199-end" type="text/x-placeholder"></script> + <script id="metamorph-199-start" type="text/x-placeholder"></script>2.0.1<script id="metamorph-199-end" type="text/x-placeholder"></script> <br> <br> <a href="http://ambari.apache.org/" target="_blank"><span id="i18n-34">Get involved!</span></a>
