aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/Version.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsolidity/interface/Version.h')
-rw-r--r--libsolidity/interface/Version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsolidity/interface/Version.h b/libsolidity/interface/Version.h
index 5b07b3f4..24c3555d 100644
--- a/libsolidity/interface/Version.h
+++ b/libsolidity/interface/Version.h
@@ -32,6 +32,7 @@ namespace solidity
extern char const* VersionNumber;
extern std::string const VersionString;
+extern std::string const VersionStringStrict;
/// @returns a binary form of the version string, where A.B.C-HASH is encoded such that
/// the first byte is zero, the following three bytes encode A B and C (interpreted as decimals)