Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iyudincev committed Apr 18, 2015
1 parent b5ae1ec commit e44938d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Size Manager.rc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FILESUBTYPE VFT2_UNKNOWN
VALUE L"InternalName",PLUGIN_NAME
VALUE L"OriginalFilename",PLUGIN_FILENAME
VALUE L"ProductName",PLUGIN_NAME
VALUE L"LegalCopyright", L"Copyright � 2014 " PLUGIN_AUTHOR
VALUE L"LegalCopyright", L"Copyright � 2015 " PLUGIN_AUTHOR
}
}
BLOCK L"VarFileInfo"
Expand Down
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.1 - Igor Yudincev, 18.04.2015
+ macros for panel navigation
* fix some bugs

3.0 - Igor Yudincev, 02.08.2014
* FAR 3

Expand Down
4 changes: 2 additions & 2 deletions version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
#define PLUGIN_FILENAME L"Size Manager.dll"
#define PLUGIN_AUTHOR L"Igor Yudincev"
#define PLUGIN_MAJOR 3
#define PLUGIN_MINOR 0
#define PLUGIN_VERSION L"3.0"
#define PLUGIN_MINOR 1
#define PLUGIN_VERSION L"3.1"

0 comments on commit e44938d

Please sign in to comment.