Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Aug 13, 2015
1 parent 66da18e commit b6004c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FileCopyEx3 3.0.8.39 07.12.2014
FileCopyEx3 3.0.8.40 13.08.2015

* UI improvements
* Bugfix: incorrect handling of directories whose name ends with dot symbol
(http://forum.farmanager.com/viewtopic.php?p=126208#p126208)

Expand Down
4 changes: 2 additions & 2 deletions src/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#include "SDK/farversion.hpp"

#define PLUGIN_MIN_FAR_VERSION MAKEFARVERSION(3, 0, 0, 4040, VS_RELEASE) // http://api.farmanager.com/ru/whatsnew.html
#define PLUGIN_VERSION_TXT "3.0.8.39"
#define PLUGIN_VERSION_TXT "3.0.8.40"
#define PLUGIN_MAJOR 3
#define PLUGIN_MINOR 0
#define PLUGIN_SUBMINOR 8
#define PLUGIN_BUILD 39
#define PLUGIN_BUILD 40
#define PLUGIN_VERSION MAKEFARVERSION(PLUGIN_MAJOR, PLUGIN_MINOR, PLUGIN_SUBMINOR, PLUGIN_BUILD, VS_BETA)
#define PLUGIN_DESC L"File Copy Extended plugin for Far 3 file manager main executable"
#define PLUGIN_NAME L"FileCopyEx3"
Expand Down

0 comments on commit b6004c7

Please sign in to comment.