From: Christian S. <sch...@li...> - 2025-08-28 09:07:05
|
On Wednesday, August 27, 2025 9:05:50 PM CEST Dalton Messmer wrote: [...] > If instead, macros like these were added to gig.h... > > #define LIBGIG_VERSION_MAJOR 4 > #define LIBGIG_VERSION_MINOR 5 > #define LIBGIG_VERSION_REVISION 1 > > ...the problem would be solved from the next libgig version onward. > > Thanks, > Dalton Sure! The problem is, the release version is set by configure.ac, so wherever those macros were generated to a public API header file to (e.g. a dedicated new libgig_version.h file), it is supposed to work both with automake builds and CMake builds. Would you have a patch to address this? /Christian |