Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicoala committed Jan 28, 2021
1 parent b9f5902 commit 0c2db6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ScreamAPI/ScreamAPI.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; ScreamAPI Config File v1.10.1-2
; ScreamAPI Config File v1.10.2-1

; Official ScreamAPI forum topic: https://cs.rin.ru/forum/viewtopic.php?f=29&t=106474
; Latest release download link: https://github.com/acidicoala/ScreamAPI/releases/latest
Expand Down
2 changes: 1 addition & 1 deletion ScreamAPI/resources/ScreamAPI.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<ScreamApiVersion>1.10.1-2</ScreamApiVersion>
<ScreamApiVersion>1.10.2-1</ScreamApiVersion>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
Expand Down
8 changes: 4 additions & 4 deletions ScreamAPI/resources/ScreamAPI.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,10,1,2
PRODUCTVERSION 1,10,1,2
FILEVERSION 1,10,2,1
PRODUCTVERSION 1,10,2,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Acidicoala"
VALUE "FileDescription", "Free DLC for everyone \\(^.^)/"
VALUE "FileVersion", "1.10.1-2"
VALUE "FileVersion", "1.10.2-1"
VALUE "InternalName", "ScreamAPI.dll"
VALUE "LegalCopyright", "Fuck the copyright >:D"
VALUE "OriginalFilename", "ScreamAPI.dll"
VALUE "ProductName", "ScreamAPI"
VALUE "ProductVersion", "1.10.1-2"
VALUE "ProductVersion", "1.10.2-1"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 0c2db6f

Please sign in to comment.