/********************************************************************** 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 #defines These will be used by Audacity to: a) Give a link to the commit in the about box b) Identify the revision for Update checking. *//********************************************************************/ // The commented out #defines below are like the one the build servers // will replace this file with: // #define REV_LONG "28864acb238cb3ca71dda190a2d93242591dd80e" // #define REV_TIME "Sun Apr 12 12:40:22 2015 +0100" // If the above are not defined, Audacity will say: // "No revision identifier was provided"