Skip to content

Commit

Permalink
bsnes-mt 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat-Tanalin committed Oct 7, 2020
1 parent 80b2d94 commit f975752
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bsnes-mt/app.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static const uint8_t quickStatesNumber = 25;
static const uint8_t recentGamesNumber = 25;

static const string title = "bsnes-mt";
static const string version = "1.3.2";
static const string version = "1.3.3";
static const string copyYear = u8"© 2020";
static const string authorEn = "Marat Tanalin";
static const string authorRu = u8"Марат Таналин";
Expand Down
2 changes: 1 addition & 1 deletion bsnes/target-bsnes/resource/app.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity type="win32" name="bsnes-mt" version="1.3.2.0" processorArchitecture="*"/>
<assemblyIdentity type="win32" name="bsnes-mt" version="1.3.3.0" processorArchitecture="*"/>

<dependency>
<dependentAssembly>
Expand Down
8 changes: 4 additions & 4 deletions bsnes/target-bsnes/resource/app.rc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "app.manifest"

// Executable version information.
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,2,0
PRODUCTVERSION 1,3,2,0
FILEVERSION 1,3,3,0
PRODUCTVERSION 1,3,3,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG | VS_FF_PRERELEASE
Expand All @@ -28,10 +28,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Marat Tanalin"
VALUE "FileDescription", "bsnes-mt by Marat Tanalin"
VALUE "FileVersion", "1.3.2.0"
VALUE "FileVersion", "1.3.3.0"
VALUE "LegalCopyright", "Marat Tanalin | http://tanalin.com"
VALUE "ProductName", "bsnes-mt by Marat Tanalin"
VALUE "ProductVersion", "1.3.2.0"
VALUE "ProductVersion", "1.3.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit f975752

Please sign in to comment.