Skip to content

Commit

Permalink
Version bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MorpheusXAUT committed Nov 24, 2022
1 parent 456a243 commit 2ed031c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions IASsure/IASsure.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,0,5
PRODUCTVERSION 1,3,0,5
FILEVERSION 1,3,0,0
PRODUCTVERSION 1,3,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "MorpheusXAUT"
VALUE "FileDescription", "IASsure plugin for EuroScope"
VALUE "FileVersion", "1.3.0.5"
VALUE "FileVersion", "1.3.0.0"
VALUE "InternalName", "IASsure.dll"
VALUE "LegalCopyright", "Copyright (C) 2022 Nick Mueller, MIT License"
VALUE "OriginalFilename", "IASsure.dll"
VALUE "ProductName", "IASsure"
VALUE "ProductVersion", "1.3.0.5"
VALUE "ProductVersion", "1.3.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion IASsure/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <Windows.h>

constexpr auto PLUGIN_NAME = "IASsure";
constexpr auto PLUGIN_VERSION = "1.3.0-rc.5";
constexpr auto PLUGIN_VERSION = "1.3.0";
constexpr auto PLUGIN_AUTHOR = "Nick Mueller";
constexpr auto PLUGIN_LICENSE = "(c) 2022, MIT License";

Expand Down

0 comments on commit 2ed031c

Please sign in to comment.