X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fmake-release.php;h=157cae067db619a491c0ed9d8a07a8f8ae97f1a5;hb=d318b5c10e557c447fc341747f72bf9cd73a6246;hp=a62d2f44800145e14af3f1ed1ab3a404e6a4391d;hpb=6455461c196fcb8e7c0047870d480e4a97986709;p=quix0rs-gnu-social.git diff --git a/scripts/make-release.php b/scripts/make-release.php index a62d2f4480..157cae067d 100644 --- a/scripts/make-release.php +++ b/scripts/make-release.php @@ -18,7 +18,7 @@ * 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__) . '/..')); @@ -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)) {