Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
metal-crow committed Jun 19, 2024
1 parent f0ad278 commit 719c06d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OverhaulDLL/include/DarkSoulsOverhaulMod.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
// Preprocessor definition utilized by the Dark Souls Game Files C++ library (DsGameFiles.lib)
#define __DS1_OVERHAUL_MOD

static const uint64_t VERSION_RAW = 2024061500;
#define VERSION_STRING "Beta21"
static const uint64_t VERSION_RAW = 2024061900;
#define VERSION_STRING "Beta22"
#define DS1_OVERHAUL_TXT_INTRO "\n+------------------------------------------------------+\n| Dark Souls Overhaul ["VERSION_STRING"] |\n+------------------------------------------------------+"

extern HMODULE d3d11_module;
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024061500
2024061900

0 comments on commit 719c06d

Please sign in to comment.