X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fmake-release.php;h=a3d9c70eb061bdb435826dfc78bead11b27e92b3;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=a62d2f44800145e14af3f1ed1ab3a404e6a4391d;hpb=407663fb402f0384cced2b63a2f901d19ab71d19;p=quix0rs-gnu-social.git diff --git a/scripts/make-release.php b/scripts/make-release.php old mode 100644 new mode 100755 index a62d2f4480..a3d9c70eb0 --- a/scripts/make-release.php +++ b/scripts/make-release.php @@ -18,16 +18,16 @@ * along with this program. If not, see . */ -# Abort if called from a web server +// Abort if called from a web server define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -require_once INSTALLDIR.'/scripts/commandline.inc'; +require_once INSTALLDIR.'/scripts/commandline.inc.php'; $base = INSTALLDIR; $encBase = escapeshellarg($base); -$ver = STATUSNET_VERSION; +$ver = GNUSOCIAL_VERSION; // @fixme hack if (preg_match('/^(\d+)\.(\d+)\.(\d+)/', $ver, $matches)) {