Skip to content

Commit

Permalink
chore: update version and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuwn committed Feb 3, 2022
1 parent 26dd932 commit ab8f416
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ project(soyuz
CXX
C
VERSION
1.1.1
1.1.2
DESCRIPTION
"🚀 Discord RPC Blocker for Lunar Client"
)
Expand Down
2 changes: 1 addition & 1 deletion cmake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmkr-include = "cmake/cmkr/cmkr.cmake"

[project]
name = "soyuz"
version = "1.1.1"
version = "1.1.2"
description = "🚀 Discord RPC Blocker for Lunar Client"
languages = ["CXX", "C"]

Expand Down
2 changes: 1 addition & 1 deletion include/soyuz/soyuz.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

#define LUNAR_WINDOW_NAME_BASE "Lunar Client ("
#define DISCORD_IPC_NAMED_PIPE_NAME L"\\Device\\NamedPipe\\discord-ipc-0"
#define WINDOW_TRAY_NAME "Soyuz - 1.1.1 | Copyright (C) 2021-2021 Fuwn"
#define WINDOW_TRAY_NAME "Soyuz - 1.1.2 | Copyright (C) 2021-2021 Fuwn"

#endif //SOYUZ_SOYUZ_HH
4 changes: 2 additions & 2 deletions resource/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ICO1 ICON DISCARDABLE "soyuz.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1.1.1 // 1,0,0,0
PRODUCTVERSION 1.1.2 // 1,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x9L
Expand All @@ -33,7 +33,7 @@ VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "soyuz.exe\0"
VALUE "PrivateBuild", "1\0"
VALUE "ProductName", "Soyuz\0"
VALUE "ProductVersion", "1.1.1\0" // 10, 0, 0, 0
VALUE "ProductVersion", "1.1.2\0" // 10, 0, 0, 0
VALUE "SpecialBuild", "\0"
END
END
Expand Down

0 comments on commit ab8f416

Please sign in to comment.