| // Copyright 2014 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| /** | |
| * @fileoverview Build info for ChromeVox. | |
| * | |
| * This file may be replaced in package.py for dev builds. | |
| * For releases, it is updated by hand with meaningful values. | |
| * | |
| */ | |
| goog.provide('cvox.BuildInfo'); | |
| /** | |
| * An identified for this build. | |
| * @type {string} | |
| */ | |
| cvox.BuildInfo.build = 'development build'; |