docs(version-+-docs): v2.2.5 -> v2.2.2

This version brings the more robust system to system install scheme, sandboxed vendor libraries at install time, and documentation of these locations in the readme
This commit is contained in:
2026-06-05 16:02:43 +00:00
parent 2f7d900840
commit fcafa5679b
3 changed files with 23 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# *********************************************************************** #
project('libconfig', ['cpp', 'c'], version: 'v2.2.5', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('libconfig', ['cpp', 'c'], version: 'v2.2.6', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
# Add default visibility for all C++ targets
add_project_arguments('-fvisibility=default', language: 'cpp')