Skip to content

Commit

Permalink
GIT-misc-44d4: Fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorlum committed Jul 27, 2019
1 parent ac6875c commit 2470906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/constants/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
define('DB_VERSION_MIN', '40'); // Minimal supported version of DB
define('DB_VERSION', '44');
define('SN_RELEASE', '44');
define('SN_VERSION', '44d3');
define('SN_VERSION', '44d4');
define('SN_RELEASE_STABLE', '44d0'); // Latest stable release

define('SN_TIME_NOW', intval(SN_TIME_MICRO));
Expand Down
2 changes: 1 addition & 1 deletion includes/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@
// $updater->updPatchApply(8, function() use ($updater) {
// }, PATCH_PRE_CHECK);

$new_version = 44;
$updater->new_version = 44;
$updater->upd_do_query('COMMIT;', true);
}

Expand Down

0 comments on commit 2470906

Please sign in to comment.