Skip to content

Commit 2de5c4d

Browse files
committed
Don't check 4.4 anymore due to EOL
1 parent 104ae98 commit 2de5c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/update_deleted_files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
const PHP_TAB = "\t";
2828

2929
// Change the following value to false when the previous major release has reached end of development.
30-
const PREVIOUS_CHECK = true;
30+
const PREVIOUS_CHECK = false;
3131

3232
const PREVIOUS_VERSION = '4.4';
3333

0 commit comments

Comments
 (0)