-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update AMMR version to 3.0.1 and provide finer FDK tolerances (#938)
- Loading branch information
Showing
2 changed files
with
14 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
#ifndef AMMR_VERSION | ||
#define AMMR_VERSION "3.0.0" | ||
#define AMMR_VERSION "3.0.1" | ||
#define AMMR_VERSION_MAJOR 3 | ||
#define AMMR_VERSION_MINOR 0 | ||
#define AMMR_VERSION_PATCH 0 | ||
#define AMMR_VERSION_PATCH 1 | ||
#endif | ||
|
||
#if (ANYBODY_V1 < 8) | (ANYBODY_V1 == 8 & ANYBODY_V2 < 0) | (ANYBODY_V1 == 8 & ANYBODY_V2 == 0 & ANYBODY_V4 < 10984 ) | ||
// | ||
// This model repository needs at least AnyBody version 8.0 to load correctly. | ||
// --> See https://forum.anyscript.org/t/become-a-beta-tester | ||
// to get access to the newest versions of AMS | ||
// --> Download the new version from https://anybodytech.com | ||
// | ||
#NOT_SUPPORTED__++++++++++++++__AnyBody_v8.0_or_higher_is_required_for_AMMR_v3.0__+++++++++++++++++++__ | ||
#endif |
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