Skip to content

Commit

Permalink
fix: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
itmo153277 committed Feb 22, 2021
1 parent 7e48562 commit c40bf13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ This repository contains the following:

## How to Build

Supported compilers: Visual Studio 2019 (16.8.4).
Supported compilers: Visual Studio 2019 (16.8.5).

### 1. Install Dependencies

Before building you need to install the following dependencies:

1. TensorFlow 2.3.1
1. TensorFlow 2.4.1
- `%TFPath%\include` — for headers
- `%TFPath%\lib` — for library files
2. SDL 2.0.14
Expand Down
8 changes: 4 additions & 4 deletions src/gui/res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
MainIcon ICON "icon.ico"

1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEVERSION 0,1,0,0
PRODUCTVERSION 0,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -19,10 +19,10 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "JoshUpscale GUI Launcher"
VALUE "FileVersion", "1.0.0.0"
VALUE "FileVersion", "0.1.0.0"
VALUE "LegalCopyright", "Copyright (C) 2021 Ivanov Viktor, Edwards Joshua"
VALUE "ProductName", "JoshUpscale"
VALUE "ProductVersion", "1.0.0.0"
VALUE "ProductVersion", "0.1.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 3 additions & 3 deletions src/setup/setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -704,15 +704,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:JoshUpscale"
"ProductCode" = "8:{F3DE3F75-B538-4915-8636-C602FC130CF6}"
"PackageCode" = "8:{2AC2D909-C073-4B4D-8D7B-B88F1CBB9DA3}"
"ProductCode" = "8:{D8B1C64F-B646-459E-82C7-1B3C2215A11F}"
"PackageCode" = "8:{C52FD601-2144-4473-A071-B195C354E7B2}"
"UpgradeCode" = "8:{6E520E38-452D-4F78-9453-CD7FDFACA1E3}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:FALSE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.0.0"
"ProductVersion" = "8:0.1.0"
"Manufacturer" = "8:viktprog@gmail.com"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down

0 comments on commit c40bf13

Please sign in to comment.