Skip to content

Commit

Permalink
update Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
daddel80 committed Sep 8, 2024
1 parent a9a0149 commit 439fcf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/MultiReplace.rc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

/* VERSION DEFINITIONS */
#define VER_MAJOR 3
#define VER_MINOR 1
#define VER_RELEASE 2
#define VER_BUILD 18
#define VER_MINOR 2
#define VER_RELEASE 0
#define VER_BUILD 19
#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.2.18", IDC_VERSION_STATIC, 20, 20, 200, 11
LTEXT "Version: 3.2.0.19", 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 439fcf3

Please sign in to comment.