Skip to content

Commit 01f190c

Browse files
committed
Polygon 1.9.1
1 parent 3f24676 commit 01f190c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/polygon/build/define.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
-- Definitions
22
VER_MAJOR = "1"
33
VER_MINOR = "9"
4-
VER_MICRO = "0"
4+
VER_MICRO = "1"
55

66
-- Far >= 3.0.4364 required if -DRUN_LUAFAR_INIT is used
77
-- Far >= 3.0.4401 required if more than 10 DB table columns must be supported
88
-- Far >= 3.0.5416: sortings by CtrlF3/F4/etc. work; related to LuaFAR build 691: versions >= 1.7.0 aren't affected
99
MINFARVERSION = "{ 3, 0, 0, 4401 }"
1010

11-
COPYRIGHT = "Shmuel Zeigerman, 2018-2025"
11+
COPYRIGHT = "Shmuel Zeigerman, 2018-2026"
1212

1313
-- Derivative values --
1414
VER_STRING = VER_MAJOR.."."..VER_MINOR.."."..VER_MICRO

plugins/polygon/doc/License-Polygon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**************************************************************************
22
* Polygon, a plugin for Far Manager 3.0 *
3-
* Copyright (C) 2018-2025 by Shmuel Zeigerman *
3+
* Copyright (C) 2018-2026 by Shmuel Zeigerman *
44
* *
55
* This program is free software: you can redistribute it and/or modify *
66
* it under the terms of the GNU General Public License as published by *

plugins/polygon/doc/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Recent:
1+
2026-02-23, v.1.9.1
22
1. Fix error in GetOpenPanelInfo after an SQL query (broken since 1.9.0).
33

44
2025-02-15, v.1.9.0

0 commit comments

Comments
 (0)