From 8b0b1add74d6944b03d55ad7be2019f91a4a5ef3 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Wed, 29 May 2024 13:43:17 -0400 Subject: Replace plugin minimum_version with minimum_version_info; Add maximum_version_info --- binaryninjaapi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'binaryninjaapi.h') 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; -- cgit v1.3.1