Skip to content

Commit

Permalink
merged branche "feature/use-variables"
Browse files Browse the repository at this point in the history
  • Loading branch information
daddel80 committed Oct 8, 2023
1 parent 241334c commit fb1bf09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/MultiReplace.rc
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
#define STR(x) STR_HELPER(x)

/* VERSION DEFINITIONS */
#define VER_MAJOR 1
#define VER_MINOR 1
#define VER_RELEASE 1
#define VER_BUILD 6
#define VER_MAJOR 2
#define VER_MINOR 0
#define VER_RELEASE 0
#define VER_BUILD 7
#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: 1.1.1.6", IDC_VERSION_STATIC, 20, 20, 200, 11
LTEXT "Version: 2.0.0.7", 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 fb1bf09

Please sign in to comment.