myaac/system/get_version_for_release.php
slawkens 2321cf84b0 patch changes & fixes from master branch
remove VERSION file
update rules
add 33 migration
add get_version_for_release.sh script
update schema
add use_character_sample_skills
2022-11-07 09:10:19 +01:00

5 lines
63 B
PHP

<?php
require __DIR__ . '/../common.php';
echo MYAAC_VERSION;