]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/make-release.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / scripts / make-release.php
index f8154280392867504c61cebd7c8906993bc55395..a3d9c70eb061bdb435826dfc78bead11b27e92b3 100644 (file)
 
 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)) {