X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fmake-release.php;h=157cae067db619a491c0ed9d8a07a8f8ae97f1a5;hb=b0d4825976b46e219e3b37120005da9c17853adc;hp=f8154280392867504c61cebd7c8906993bc55395;hpb=9948523c33ea0d02681ff1e0cd4fcb839dc9df96;p=quix0rs-gnu-social.git diff --git a/scripts/make-release.php b/scripts/make-release.php index f815428039..157cae067d 100644 --- 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)) {