Skip to content

Commit

Permalink
version 1.10.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Dec 17, 2020
1 parent 9cad8b1 commit 1d41a8a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion UnInstall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void WINAPI GetGlobalInfoW(struct GlobalInfo *Info)
Info->StructSize = sizeof(GlobalInfo);
Info->MinFarVersion = FARMANAGERVERSION;

Info->Version = MAKEFARVERSION(1,10,15,0,VS_RELEASE);
Info->Version = MAKEFARVERSION(1,10,17,0,VS_RELEASE);
Info->Guid = MainGuid;
Info->Title = L"UnInstall";
Info->Description = L"UnInstall";
Expand Down
6 changes: 4 additions & 2 deletions WhatsNew.Rus.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

v1.10.17
- поправлен запуск на Far3 b5262 (https://forum.farmanager.com/viewtopic.php?p=150733#p150733)

v1.10.16
- при закрытии окна плагина сбрасывалась позиция курсора на файловой панели

v1.10.15
- совместимость с Far3 3192
- совместимость с Far3 3192

v1.10.14
- не запускалась деинсталляция, если путь к *.exe был указан без кавычек и содержал пробелы.
Expand Down
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ PREPROC = $(TOOLSDIR)\preproc $** $@
$(OUTDIR)\UnInstall.rc: project.ini UnInstall.rc
$(PREPROC)

$(OUTDIR)\version.h: project.ini UnInstall_h.h
$(PREPROC)

$(OUTDIR)\plugin.def: project.ini $(DEFFILE)
$(PREPROC)

Expand Down
2 changes: 1 addition & 1 deletion project.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
MODULE = UnInstall
VER_MAJOR = 1
VER_MINOR = 10
VER_PATCH = 16
VER_PATCH = 17

0 comments on commit 1d41a8a

Please sign in to comment.