Skip to content

Commit

Permalink
verion bump
Browse files Browse the repository at this point in the history
  • Loading branch information
metal-crow committed Jun 15, 2024
1 parent 535a27f commit 4371d42
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 = 2024061000;
#define VERSION_STRING "Beta20"
static const uint64_t VERSION_RAW = 2024061500;
#define VERSION_STRING "Beta21"
#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 @@
2024061000
2024061500

0 comments on commit 4371d42

Please sign in to comment.