Moving closer to tagged release.

This commit is contained in:
Storm Dragon
2025-12-30 05:30:50 -05:00
62 changed files with 1585 additions and 760 deletions

View File

@@ -1,12 +1,16 @@
project('cthulhu',
version: '2025.12.28-master',
<<<<<<< HEAD
version: '2025.12.30-master',
=======
version: '2025.12.30-master',
>>>>>>> testing
meson_version: '>= 1.0.0',
)
python = import('python')
i18n = import('i18n')
python_minimum_version = '3.10'
python_minimum_version = '3.9'
python3 = python.find_installation('python3', required: true)
if not python3.language_version().version_compare(f'>= @python_minimum_version@')
error(f'Python @python_minimum_version@ or newer is required.')