diff options
author | friendica <info@friendica.com> | 2013-04-14 22:24:47 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-04-14 22:24:47 -0700 |
commit | b84d8bfbc93be57bf84e03fa4b858edcd5616668 (patch) | |
tree | 378aebd74c0dbd173dfac1f6751672688a44b52a /util | |
parent | e411a4bdc27cd443abf613a0044effb4604223f0 (diff) | |
download | volse-hubzilla-b84d8bfbc93be57bf84e03fa4b858edcd5616668.tar.gz volse-hubzilla-b84d8bfbc93be57bf84e03fa4b858edcd5616668.tar.bz2 volse-hubzilla-b84d8bfbc93be57bf84e03fa4b858edcd5616668.zip |
begin to cut the umbilical
Diffstat (limited to 'util')
-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" |