X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fmake-release.php;h=157cae067db619a491c0ed9d8a07a8f8ae97f1a5;hb=bc1f8b5db6d10fc2d060135a11c0898bbf48abd3;hp=f8154280392867504c61cebd7c8906993bc55395;hpb=83fb5e60235b7cc5acbb01f1c4f398b131d2bbae;p=quix0rs-gnu-social.git diff --git a/scripts/make-release.php b/scripts/make-release.php old mode 100644 new mode 100755 index f815428039..157cae067d --- a/scripts/make-release.php +++ b/scripts/make-release.php @@ -27,7 +27,7 @@ require_once INSTALLDIR.'/scripts/commandline.inc'; $base = INSTALLDIR; $encBase = escapeshellarg($base); -$ver = STATUSNET_VERSION; +$ver = GNUSOCIAL_VERSION; // @fixme hack if (preg_match('/^(\d+)\.(\d+)\.(\d+)/', $ver, $matches)) {