Skip to content

Commit

Permalink
Update build number and version
Browse files Browse the repository at this point in the history
  • Loading branch information
elishacloud committed Sep 16, 2024
1 parent 7be10ce commit 67b7156
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dllmain/BuildNo.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BUILD_NUMBER 7164
#define BUILD_NUMBER 7200
4 changes: 2 additions & 2 deletions Dllmain/dxwrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
// Main resource file details
#define APP_NAME "DirectX Dynamic Link Library"
#define APP_MAJOR 1
#define APP_MINOR 1
#define APP_MINOR 2
#define APP_BUILDNUMBER BUILD_NUMBER
#define APP_REVISION 22
#define APP_REVISION 25
#define APP_COMPANYNAME "Sadrate Presents"
#define APP_DESCRPTION "Wraps or hooks DirectX files to fix compatibility issues in older games. Also allows code to be executed from inside the application."
#define APP_COPYRIGHT "Copyright (C) 2023 Elisha Riedlinger"
Expand Down
2 changes: 1 addition & 1 deletion Stub/BuildNo.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BUILD_NUMBER 243
#define BUILD_NUMBER 300

0 comments on commit 67b7156

Please sign in to comment.