-
-
Notifications
You must be signed in to change notification settings - Fork 286
Closed
Description
As requested in #1116
/* Generic version api */
EXPORT const char* dwg_api_version_string (void); // ie PACKAGE_VERSION
EXPORT int dwg_api_version (void); // ie 100*major + minor
EXPORT int dwg_api_version_major (void); // ie LIBREDWG_VERSION_MAJOR
EXPORT int dwg_api_version_minor (void); // ie LIBREDWG_VERSION_MINOR
/* if PACKAGE_VERSION == release tag only, and configured with --enable-release */
EXPORT bool dwg_api_version_is_release (void);
EXPORT const char* dwg_api_so_version (void);Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request