]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/make-release.php
Subscriber lists to separate files and also Profile typing
[quix0rs-gnu-social.git] / scripts / make-release.php
old mode 100644 (file)
new mode 100755 (executable)
index f815428..157cae0
@@ -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)) {