Skip to content

Commit

Permalink
update for version 3.1.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
daddel80 committed Aug 13, 2024
1 parent fb53e74 commit 056c7f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/MultiReplace.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
/* VERSION DEFINITIONS */
#define VER_MAJOR 3
#define VER_MINOR 1
#define VER_RELEASE 0
#define VER_BUILD 16
#define VER_RELEASE 1
#define VER_BUILD 17
#define VER_STRING STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_RELEASE) "." STR(VER_BUILD)

VS_VERSION_INFO VERSIONINFO
Expand Down
2 changes: 1 addition & 1 deletion src/StaticDialog/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CAPTION "MultiReplace Plugin"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK", IDOK, 70, 110, 60, 20
LTEXT "Version: 3.1.0.16", IDC_VERSION_STATIC, 20, 20, 200, 11
LTEXT "Version: 3.1.1.17", IDC_VERSION_STATIC, 20, 20, 200, 11
CONTROL "Author:", IDC_AUTHOR_STATIC, "Static", SS_LEFT | WS_VISIBLE, 20, 40, 60, 11
CONTROL "Thomas Knoefel", IDC_NAME_STATIC, "Static", SS_NOTIFY | WS_VISIBLE, 60, 40, 100, 11
LTEXT "License: GPLv2", IDC_LICENSE_STATIC, 20, 60, 200, 11
Expand Down

0 comments on commit 056c7f3

Please sign in to comment.