Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 3a1ec6a

Browse files
author
github-actions
committed
chore(version): build number 3.2.2
1 parent d95e720 commit 3a1ec6a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Install/createInstaller.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ REM for the complete Fedem installation on the Win64 platform.
1010
REM Edit the following line according to the version to create installer for:
1111
SET VERSION=8.0.2
1212
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
1414
REM ============================================================================
1515
REM No editing after this point.
1616

cfg/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.1
1+
3.2.2

src/vpmUI/Icons/win32AppIcon/fedem_app_icon.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ IDI_ICON1 ICON DISCARDABLE "fedem_app_icon_ng.ico"
3535
//
3636

3737
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
4040
FILEFLAGSMASK 0x3fL
4141
#ifdef _DEBUG
4242
FILEFLAGS 0x1L
@@ -53,12 +53,12 @@ BEGIN
5353
BEGIN
5454
VALUE "CompanyName", "SAP SE"
5555
VALUE "FileDescription", "FEDEM"
56-
VALUE "FileVersion", "8.0.2.1"
56+
VALUE "FileVersion", "8.0.2.2"
5757
VALUE "InternalName", "Fedem.exe"
5858
VALUE "LegalCopyright", "Copyright (C) 2024 SAP SE"
5959
VALUE "OriginalFilename","Fedem.exe"
6060
VALUE "ProductName", "FEDEM"
61-
VALUE "ProductVersion", "8.0.2.1"
61+
VALUE "ProductVersion", "8.0.2.2"
6262
END
6363
END
6464
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)