forked from ivan386/Shareaza
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from ansani/1-remove-support-for-tortoisesvn-a…
…nd-link-the-new-repo Remove support for tortoisesvn and link the new repo
- Loading branch information
Showing
7 changed files
with
55 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#pragma once | ||
|
||
#define STRINGIZE2(x) #x | ||
#define STRINGIZE(x) STRINGIZE2(x) | ||
|
||
#ifndef RevisionSHA | ||
#define __REVISION__ "BUILT MANUALLY" | ||
#else | ||
#define __REVISION__ RevisionSHA | ||
#endif | ||
|
||
#ifndef RevisionDate | ||
#define __REVISION_DATE__ "NOT AVAILABLE" | ||
#else | ||
#define __REVISION_DATE__ RevisionDate | ||
#endif |
This file was deleted.
Oops, something went wrong.