Skip to content

Commit

Permalink
Bumped version up to 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
4d61726b committed Jun 22, 2024
1 parent 4a4e149 commit a17c0ad
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,0
#define VIRTUALKD_REDUX_VERSION_STR "2024.0"
#define VIRTUALKD_REDUX_VERSION 2024,1
#define VIRTUALKD_REDUX_VERSION_STR "2024.1"
#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 0x07e80000
#define VIRTUALKD_REDUX_VER_INT 0x07e80001
#define KDVM_DLL_MIN_VER_INT 0x07e50000

#define KDCLIENT_DLL_VER_STR VIRTUALKD_REDUX_VERSION_STR
Expand Down

0 comments on commit a17c0ad

Please sign in to comment.