-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
-- Definitions | ||
VER_MAJOR = "1" | ||
VER_MINOR = "8" | ||
VER_MICRO = "2" | ||
VER_MICRO = "3" | ||
|
||
-- Far >= 3.0.4364 required if -DRUN_LUAFAR_INIT is used | ||
-- Far >= 3.0.4401 required if more than 10 DB table columns must be supported | ||
-- Far >= 3.0.5416: sortings by CtrlF3/F4/etc. work; related to LuaFAR build 691: versions >= 1.7.0 aren't affected | ||
MINFARVERSION = "{ 3, 0, 0, 4401 }" | ||
|
||
COPYRIGHT = "Shmuel Zeigerman, 2018-2023" | ||
COPYRIGHT = "Shmuel Zeigerman, 2018-2024" | ||
|
||
-- Derivative values -- | ||
VER_STRING = VER_MAJOR.."."..VER_MINOR.."."..VER_MICRO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters