]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/make-release.php
...and don't hide it at all since we don't have a placeholder now
[quix0rs-gnu-social.git] / scripts / make-release.php
index a62d2f44800145e14af3f1ed1ab3a404e6a4391d..157cae067db619a491c0ed9d8a07a8f8ae97f1a5 100644 (file)
@@ -18,7 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-# 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)) {