-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#pragma once | ||
|
||
#define ETH_PROJECT_VERSION "0.4.15" | ||
#define SOL_COMMIT_HASH "8b45bddb" | ||
#define SOL_COMMIT_HASH "ecf81ee5" | ||
#define ETH_BUILD_TYPE "." | ||
#define ETH_BUILD_OS "Linux" | ||
#define ETH_BUILD_COMPILER "g++" | ||
#define ETH_BUILD_PLATFORM "Linux.g++" | ||
#define SOL_VERSION_PRERELEASE "" | ||
#define SOL_VERSION_BUILDINFO "commit.8b45bddb.Linux.g++" | ||
#define SOL_VERSION_COMMIT "commit.8b45bddb" | ||
#define SOL_VERSION_BUILDINFO "commit.ecf81ee5.Linux.g++" | ||
#define SOL_VERSION_COMMIT "commit.ecf81ee5" | ||
#define SOL_VERSION_PLATFORM "" |