This repository was archived by the owner on Jan 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151//
5252
5353VS_VERSION_INFO VERSIONINFO
54- FILEVERSION 0,1,2 ,0
55- PRODUCTVERSION 0,1,2 ,0
54+ FILEVERSION 2,6,0 ,0
55+ PRODUCTVERSION 2,6,0 ,0
5656 FILEFLAGSMASK 0x3fL
5757#ifdef _DEBUG
5858 FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969 BEGIN
7070 VALUE "CompanyName", "LiteLoaderBDS Development Team"
7171 VALUE "FileDescription", "Builtin & Powerful permission API for LiteLoaderBDS"
72- VALUE "FileVersion", "0.1.2 .0"
72+ VALUE "FileVersion", "2.6.0 .0"
7373 VALUE "InternalName", "PermissionAPI.dll"
7474 VALUE "LegalCopyright", "Copyright (C) 2022 Jasonzyt and LiteLoaderBDS Dev Team. All rights reserved."
7575 VALUE "OriginalFilename", "PermissionAPI.dll"
7676 VALUE "ProductName", "PermissionAPI"
77- VALUE "ProductVersion", "0.1.2 .0"
77+ VALUE "ProductVersion", "2.6.0 .0"
7878 END
7979 END
8080 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 55#include < Global.h>
66#include < LoggerAPI.h>
77
8- #define PERM_VER_MAJOR 0
9- #define PERM_VER_MINOR 1
10- #define PERM_VER_REV 2
8+ #define PERM_VER_MAJOR 2
9+ #define PERM_VER_MINOR 6
10+ #define PERM_VER_REV 0
1111#define PERM_VER_STATUS LL::Version::Beta
1212
1313extern Logger& logger;
You can’t perform that action at this time.
0 commit comments