cppalliance / mrdocs

MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.
https://mrdocs.com
Other
75 stars 17 forks source link

chore: version is 0.0.1 #507

Closed alandefreitas closed 10 months ago

alandefreitas commented 10 months ago

This PR sets the version for the initial v0.0.1 MrDocs release. To ensure the versions in header files are always consistent, version details like major, minor, patch, and build are dynamically populated during the build process from variables defined in the CMakeLists.txt file.

Adjustments have been made to include paths to ensure the new dynamically generated Version.hpp file is correctly included during the building process and installed with other header files.