This repository was archived by the owner on May 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/vpmUI/Icons/win32AppIcon Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ REM for the complete Fedem installation on the Win64 platform.
10
10
REM Edit the following line according to the version to create installer for:
11
11
SET VERSION = 8.0.2
12
12
REM All binaries are assumed to have been built and placed in folder %INST_DIR%.
13
- SET INST_DIR = %USERPROFILE% \Fedem-install\3.2.1 \bin
13
+ SET INST_DIR = %USERPROFILE% \Fedem-install\3.2.2 \bin
14
14
REM ============================================================================
15
15
REM No editing after this point.
16
16
Original file line number Diff line number Diff line change 1
- 3.2.1
1
+ 3.2.2
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ IDI_ICON1 ICON DISCARDABLE "fedem_app_icon_ng.ico"
35
35
//
36
36
37
37
1 VERSIONINFO
38
- FILEVERSION 8,0,2,1
39
- PRODUCTVERSION 8,0,2,1
38
+ FILEVERSION 8,0,2,2
39
+ PRODUCTVERSION 8,0,2,2
40
40
FILEFLAGSMASK 0x3fL
41
41
#ifdef _DEBUG
42
42
FILEFLAGS 0x1L
@@ -53,12 +53,12 @@ BEGIN
53
53
BEGIN
54
54
VALUE "CompanyName", "SAP SE"
55
55
VALUE "FileDescription", "FEDEM"
56
- VALUE "FileVersion", "8.0.2.1 "
56
+ VALUE "FileVersion", "8.0.2.2 "
57
57
VALUE "InternalName", "Fedem.exe"
58
58
VALUE "LegalCopyright", "Copyright (C) 2024 SAP SE"
59
59
VALUE "OriginalFilename","Fedem.exe"
60
60
VALUE "ProductName", "FEDEM"
61
- VALUE "ProductVersion", "8.0.2.1 "
61
+ VALUE "ProductVersion", "8.0.2.2 "
62
62
END
63
63
END
64
64
BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments