X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fmake-release.php;h=a3d9c70eb061bdb435826dfc78bead11b27e92b3;hb=d9b35208ecda59292680fb55e38c56b2831d5366;hp=a62d2f44800145e14af3f1ed1ab3a404e6a4391d;hpb=749367e12f9742d7fd5ee028230fefa627599125;p=quix0rs-gnu-social.git diff --git a/scripts/make-release.php b/scripts/make-release.php index a62d2f4480..a3d9c70eb0 100644 --- 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)) {