Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 13d6ad0

Browse files
committed
Update version strings to 2021.11.9.5s
1 parent 9940d7d commit 13d6ad0

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

AUMInjector/AUMInjector.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 1,0,0,22
55-
PRODUCTVERSION 1,0,0,22
54+
FILEVERSION 1,0,0,23
55+
PRODUCTVERSION 1,0,0,23
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "Team ESDG"
7171
VALUE "FileDescription", "Among Us to Mumble VoIP adapter"
72-
VALUE "FileVersion", "1.0.0.22"
72+
VALUE "FileVersion", "1.0.0.23"
7373
VALUE "InternalName", "winhttp.dll"
7474
VALUE "LegalCopyright", "Copyright (C) Team ESDG 2021"
7575
VALUE "OriginalFilename", "winhttp.dll"
7676
VALUE "ProductName", "AmongUs-Mumble"
77-
VALUE "ProductVersion", "1.0.0.22"
77+
VALUE "ProductVersion", "1.0.0.23"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

AUMInjector/deobfuscate/version.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
#define GAME_VERSION_2021_6_15s 202106150
1616
#define GAME_VERSION_2021_6_30s 202106300
1717
#define GAME_VERSION_2021_11_9s 202111090
18+
#define GAME_VERSION_2021_11_9_5s 202111095
1819
#ifndef GAME_VERSION
19-
#define GAME_VERSION GAME_VERSION_2021_11_9s
20+
#define GAME_VERSION GAME_VERSION_2021_11_9_5s
2021
#endif
2122

2223
#if GAME_VERSION == GAME_VERSION_2020_9_22s
@@ -53,6 +54,8 @@
5354
#define version_text "2021.6.30s"
5455
#elif GAME_VERSION == GAME_VERSION_2021_11_9s
5556
#define version_text "2021.11.9s"
57+
#elif GAME_VERSION == GAME_VERSION_2021_11_9_5s
58+
#define version_text "2021.11.9.5s"
5659
#else
5760
#error Unknown game version!
5861
#endif

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Patch versions refer to unmarked Steam updates where the game version did not ch
2020

2121
**Use the installer:** Download: [Latest release](https://github.com/StarGate01/AmongUs-Mumble/releases/download/v1.0.0.14/AmongUs-Mumble-Installer.exe)
2222

23-
**Latest mod version:** Release 2021.11.9s, Mod manual download: [1.0.0.23](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.23)
23+
**Latest mod version:** Release 2021.11.9.5s, Mod manual download: [1.0.0.23](https://github.com/StarGate01/AmongUs-Mumble/releases/tag/v1.0.0.23)
2424

2525
**Older versions:** [Versions table](https://github.com/StarGate01/AmongUs-Mumble/wiki/Versions)
2626

setup.bat.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ REM set the path to your game folder
44
SET "AMONGUS=C:\Steam\steamapps\common\Among Us"
55

66
REM set the version of the generated deobfuscations
7-
SET "AMONGUS_VERSION=2021_11_9s"
7+
SET "AMONGUS_VERSION=2021_11_9_5s"
88

99
REM set the path of tools
1010
SET "IL2CPPINSPECTOR=C:\Users\Christoph\Documents\GitHub\Il2CppInspector\Il2CppInspector.CLI\bin\Release\netcoreapp3.1\win-x64\publish\Il2CppInspector.exe"

0 commit comments

Comments
 (0)