-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CURRENT_SYMVER() is just a shortcut for DEFAULT_SYMVER() with version set to CURRENT_ABI. Using DEFAULT_SYMVER() directly with explict version string makes the version info more visible from the code and eliminates the need to change from CURRENT_SYMVER() to DEFAULT_SYMVER() when the ABI version is updated in the future. Remove the definition of CURRENT_SYMVER() and CURRENT_ABI from the header. Update the documentation accordingly. Signed-off-by: Jianxin Xiong <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
31 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