Moving closer to tagged release.
This commit is contained in:
@@ -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.')
|
||||
|
||||
Reference in New Issue
Block a user