Skip to content

Commit

Permalink
Bumped version up to 2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
4d61726b committed Jun 23, 2024
1 parent 3962f7e commit 8519e4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VirtualKD-Redux/vkdversion.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#pragma once

#define VIRTUALKD_REDUX_VERSION 2024,2
#define VIRTUALKD_REDUX_VERSION_STR "2024.2"
#define VIRTUALKD_REDUX_VERSION 2024,3
#define VIRTUALKD_REDUX_VERSION_STR "2024.3"
#define COPYRIGHT_STR "LGPL"
#define TRADEMARKS_STR "VirtualKD-Redux"
#define PRODUCTNAME_STR "VirtualKD-Redux"
#define COMPANY_STR "VirtualKD-Redux"
#define COMMENTS_STR "https://github.com/4d61726b/VirtualKD-Redux"

#define VIRTUALKD_REDUX_VER_INT 0x07e80002
#define VIRTUALKD_REDUX_VER_INT 0x07e80003
#define KDVM_DLL_MIN_VER_INT 0x07e50000

#define KDCLIENT_DLL_VER_STR VIRTUALKD_REDUX_VERSION_STR
Expand Down

0 comments on commit 8519e4f

Please sign in to comment.