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 9, 2024
1 parent a1bada8 commit 5b1db1a
Showing 1 changed file with 2 additions and 2 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 = 2023071000;
#define VERSION_STRING "Beta18"
static const uint64_t VERSION_RAW = 2024060900;
#define VERSION_STRING "Beta19"
#define DS1_OVERHAUL_TXT_INTRO "\n+------------------------------------------------------+\n| Dark Souls Overhaul ["VERSION_STRING"] |\n+------------------------------------------------------+"

extern HMODULE d3d11_module;
Expand Down

0 comments on commit 5b1db1a

Please sign in to comment.