Fixed path for version file in configure.ac.

This commit is contained in:
Storm Dragon 2024-12-18 10:55:51 -05:00
parent 55c7de8c65
commit 92a909edb8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
m4_define([get_version], [m4_esyscmd_s([ m4_define([get_version], [m4_esyscmd_s([
grep "^version = " src/cthulhuVersion.py | sed 's/version = "\(.*\)"/\1/' grep "^version = " src/cthulhu/cthulhuVersion.py | sed 's/version = "\(.*\)"/\1/'
])]) ])])
m4_define([cthulhu_version], [get_version]) m4_define([cthulhu_version], [get_version])

View File

@ -23,5 +23,5 @@
# Fork of Orca Screen Reader (GNOME) # Fork of Orca Screen Reader (GNOME)
# Original source: https://gitlab.gnome.org/GNOME/orca # Original source: https://gitlab.gnome.org/GNOME/orca
version = "2024.12.15" version = "2024.12.18"
codeName = "testing" codeName = "testing"