Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorelfmz <fenix1905@tut.by>2021-02-28 00:10:47 +0300
committerGitHub <noreply@github.com>2021-02-28 00:10:47 +0300
commit49698f752b4348df9b1e90e85bc355e3eeddc05e (patch)
tree40b1e9208f5891fe11a1a30b8000f413e9f64ba6 /python
parent7f6f3b70e8b742d6350947fd91168c0e1ceb812c (diff)
far2l v2.3 - eliminate pseudo registry: totally migrate to ini files (#932)
* All far2l and plugings settings and history stuff that previously was located in pseudoregistry now moved to set of ini files in following directories : * * far2l settings - into .config/far2l/settings/... * * far2l history - into .config/far2l/history/... * * plugins settings - .config/far2l/plugins/.../... * Old far2l's registry-based settings are automatically imported form registry and registry will not be in use anymore * Old plugins registry-based settings will be lost (reset to default). Anyway noting serious was there. * Some old ini files will be moved to new locations, including NetRocks config directory: .config/far2l/NetRocks -> .config/far2l/plugins/NetRocks
Diffstat (limited to 'python')
-rw-r--r--python/configs/plug/far2l/plugin.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/configs/plug/far2l/plugin.hpp b/python/configs/plug/far2l/plugin.hpp
index 956b6c4c..b291f976 100644
--- a/python/configs/plug/far2l/plugin.hpp
+++ b/python/configs/plug/far2l/plugin.hpp
@@ -1,5 +1,5 @@
#define FARMANAGERVERSION_MAJOR 2
-#define FARMANAGERVERSION_MINOR 2
+#define FARMANAGERVERSION_MINOR 3
//#define MAKEFARVERSION(major,minor) ( ((major)<<16) | (minor))