diff options
Diffstat (limited to 'util/run_xgettext.sh')
-rwxr-xr-x | util/run_xgettext.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh index 891c04657..997446818 100755 --- a/util/run_xgettext.sh +++ b/util/run_xgettext.sh @@ -28,7 +28,7 @@ else fi -F9KVERSION=$(sed -n "s/.*'FRIENDICA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../../boot.php); +F9KVERSION=$(sed -n "s/.*'RED_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../../boot.php); echo "Friendica version $F9KVERSION" |