summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index fb2d8347..c0a94960 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -15794,7 +15794,8 @@ namespace BinaryNinja {
std::string GetCommit() const;
std::string GetRepository() const;
std::string GetProjectData();
- uint64_t GetMinimumVersion() const;
+ BNVersionInfo GetMinimumVersionInfo() const;
+ BNVersionInfo GetMaximumVersionInfo() const;
uint64_t GetLastUpdate();
bool IsBeingDeleted() const;
bool IsBeingUpdated() const;