Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit dae77b4

Browse files
committed
Update version
1 parent b3cc549 commit dae77b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LLHelper/Helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#pragma warning(disable:4996)
44

55
bool CheckAutoUpdate(bool isUpdateManually, bool forceUpdate = false);
6-
#define _ver "211230"
6+
#define _ver "220101"
77
#define LLHELPER_VERSION LL::Version{ 2,0, std::stoi(_ver)}
88

99
/////////////////////// LL AutoUpgrade ///////////////////////

LLMoney/Money.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#pragma once
2-
#define _ver "211227"
2+
#define _ver "220101"

0 commit comments

Comments
 (0)