mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-20 09:29:26 +08:00
Sync changes from upstream repository
Co-authored-by: Steve Baer <steve@mcneel.com> Co-authored-by: Nathan Letwory <nathan@mcneel.com> Co-authored-by: Dale Lear <dalelear@mcneel.com>
This commit is contained in:
committed by
Will Pearson
parent
b844466e88
commit
799431a63b
@@ -160,6 +160,14 @@ const wchar_t* ON::VersionQuartetAsWideString()
|
||||
return OPENNURBS_VERSION_QUARTET_WSTRING;
|
||||
}
|
||||
|
||||
int ON_BinaryArchive::CurrentArchiveVersion()
|
||||
{
|
||||
// Latest version of opennurbs binary archives supported by
|
||||
// this version of opennurbs.
|
||||
return OPENNURBS_CURRENT_ARCHIVE_VERSION;
|
||||
}
|
||||
|
||||
|
||||
bool ON_TestVersionNumber(
|
||||
unsigned int major,
|
||||
unsigned int minor,
|
||||
|
||||
Reference in New Issue
Block a user