rename VERSION to VERSION.txt

This commit is contained in:
Alexandros Theodotou 2023-12-13 19:03:04 +09:00
parent 3c0fa2d76d
commit a878c06e26
No known key found for this signature in database
GPG Key ID: 022EAE42313D70F3
4 changed files with 3 additions and 3 deletions

View File

@ -767,7 +767,7 @@ Files:
po/zrythm.pot
tools/stoat_*.txt
tools/vg.sup
VERSION
VERSION.txt
Copyright: Alexandros Theodotou <alex@zrythm.org>
License: LicenseRef-ZrythmLicense
Comment:

View File

@ -41,7 +41,7 @@ function init()
readonly PROJECT_DIR=${PWD}
# files to modify
readonly VERSION_FILE=VERSION
readonly VERSION_FILE=VERSION.txt
readonly CHANGELOG_FILE=CHANGELOG.md
# detect commit to staging or packaging branch

View File

@ -3,7 +3,7 @@
project (
'zrythm', ['c', 'cpp'],
version: files ('VERSION'),
version: files ('VERSION.txt'),
license: 'AGPL-3-or-later',
meson_version: '>= 0.57.0',
default_options: [