Skip to content

Commit

Permalink
Merge pull request #5397 from Sesquipedalian/define_version_in_cron
Browse files Browse the repository at this point in the history
Defines SMF_VERSION, etc., in cron.php
  • Loading branch information
MissAllSunday committed Feb 8, 2019
2 parents cebf1c4 + 823e8fe commit a595fc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
*/

define('SMF', 'BACKGROUND');
define('SMF_VERSION', '2.1 RC1');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2019');
define('FROM_CLI', empty($_SERVER['REQUEST_METHOD']));

// This one setting is worth bearing in mind. If you are running this from proper cron, make sure you
Expand Down
2 changes: 1 addition & 1 deletion other/buildTools
Submodule buildTools updated 1 files
+1 −1 check-version.php

0 comments on commit a595fc5

Please sign in to comment.