Home | History | Annotate | Download | only in common
      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.
      4 
      5 
      6 /**
      7  * @fileoverview Build info for ChromeVox.
      8  *
      9  * This file may be replaced in package.py for dev builds.
     10  * For releases, it is updated by hand with meaningful values.
     11  *
     12  */
     13 
     14 goog.provide('cvox.BuildInfo');
     15 
     16 /**
     17  * An identified for this build.
     18  * @type {string}
     19  */
     20 cvox.BuildInfo.build = 'development build';
     21