Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Jan 21, 2024
1 parent eb5e3d4 commit ba9ca76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/history.ru.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
 История изменений FarColorer.
Информацию, об изменениях в библиотеке схем (базах) смотрите в файле base\CHANGELOG.md

Версия 1.4.17 . 21.01.2024
1. Повторно: Исправлена ошибка загрузки схем с файловой системы fat32
2. Полный перевод на Польский язык
3. Исправлено опредление типа файла для просмотра файла через clr
4. Исправлен сброс панели после вызова clr

Версия 1.4.16 . 01.04.2023
1. Исправлена ошибка загрузки схем с файловой системы fat32

Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

#define PLUGIN_VER_MAJOR 1
#define PLUGIN_VER_MINOR 4
#define PLUGIN_VER_PATCH 16
#define PLUGIN_VER_PATCH 17
#define PLUGIN_DESC L"FarColorer - Syntax Highlighting for Far Manager 3" PLATFORM
#define PLUGIN_NAME L"FarColorer"
#define PLUGIN_FILENAME L"colorer.dll"
#define PLUGIN_COPYRIGHT L"(c) 1999-2009 Igor Russkih, (c) Aleksey Dobrunov 2009-2021"
#define PLUGIN_COPYRIGHT L"(c) 1999-2009 Igor Russkih, (c) Aleksey Dobrunov 2009-2024"

#define STRINGIZE2(s) #s
#define STRINGIZE(s) STRINGIZE2(s)
Expand Down

0 comments on commit ba9ca76

Please sign in to comment.