Fixed path for version file in configure.ac.
This commit is contained in:
parent
55c7de8c65
commit
92a909edb8
@ -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])
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user