/**********************************************************************
Audacity: A Digital Audio Editor
Audacity(R) is copyright (c) 1999-2015 Audacity Team.
License: GPL v2. See License.txt.
RevisionIdent.h
********************************************************************//*!
\file RevisionIdent.h
This entire file will be replaced by the revision identifier string
based on the branch SHA when the automated build system builds
Audacity. That striing will look something like:
"7f2e839 of
Thu Apr 9 20:03:11 2015 +0100"
*//********************************************************************/
// The commented out string below is like the one the build servers
// will replace this file with.
//wxT("28864ac of Sun Apr 12 12:40:22 2015 +0100")
// The string below is what you get if
// the build system does not replace this file.
wxT("No revision identifier was provided")