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