]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/make-release.php
Spacing between .u-photo and .p-name in notices
[quix0rs-gnu-social.git] / scripts / make-release.php
index f8154280392867504c61cebd7c8906993bc55395..157cae067db619a491c0ed9d8a07a8f8ae97f1a5 100644 (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)) {