X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fmake-release.php;h=157cae067db619a491c0ed9d8a07a8f8ae97f1a5;hb=e577e883f4407b3dbd6c2631273b8014153504a0;hp=f8154280392867504c61cebd7c8906993bc55395;hpb=8884a5255fb90fda67b63fa0d4252d77176337e5;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)) {