mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 08:39:46 +02:00
- For ALPHA builds we do a check version with the Welcome screen (if welcome screen is enabled). - A 'Check Online' in the About box provides a new route to check version - Check Version now passes CommitId and Build Date/Time to identify a version. To actually close the bug we need the javascript on the server page to put up informative messages.
29 lines
921 B
C
29 lines
921 B
C
/**********************************************************************
|
|
|
|
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"
|
|
|