forked from ethereum/solidity
-
Notifications
You must be signed in to change notification settings - Fork 0
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 ethereum#941 from chriseth/versionString
Version string
- Loading branch information
Showing
7 changed files
with
51 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
#pragma once | ||
|
||
#define ETH_PROJECT_VERSION "@PROJECT_VERSION@" | ||
#define ETH_COMMIT_HASH @ETH_COMMIT_HASH@ | ||
#define ETH_CLEAN_REPO @ETH_CLEAN_REPO@ | ||
#define ETH_BUILD_TYPE @ETH_BUILD_TYPE@ | ||
#define ETH_BUILD_OS @ETH_BUILD_OS@ | ||
#define ETH_BUILD_COMPILER @ETH_BUILD_COMPILER@ | ||
#define ETH_BUILD_PLATFORM @ETH_BUILD_PLATFORM@ | ||
#define ETH_BUILD_NUMBER @ETH_BUILD_NUMBER@ | ||
#define ETH_VERSION_SUFFIX "@ETH_VERSION_SUFFIX@" | ||
#define SOL_COMMIT_HASH "@SOL_COMMIT_HASH@" | ||
#define ETH_BUILD_TYPE "@ETH_BUILD_TYPE@" | ||
#define ETH_BUILD_OS "@ETH_BUILD_OS@" | ||
#define ETH_BUILD_COMPILER "@ETH_BUILD_COMPILER@" | ||
#define ETH_BUILD_PLATFORM "@ETH_BUILD_PLATFORM@" | ||
#define SOL_VERSION_PRERELEASE "@SOL_VERSION_PRERELEASE@" | ||
#define SOL_VERSION_BUILDINFO "@SOL_VERSION_BUILDINFO@" |
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