Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kokolihapihvi committed Jul 3, 2023
1 parent 9c2bea7 commit b61bf04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DLL/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bool wwiseLogging = false; // You are NOT on a Wwise logging build.
#endif

#ifndef _RSMODS_VERSION
#define _RSMODS_VERSION "RSMODS Version: 1.2.7.3 SRC. DEBUG: " << std::boolalpha << debug << ". Wwise Logs: " << std::boolalpha << wwiseLogging << "."
#define _RSMODS_VERSION "RSMODS Version: 1.2.7.4 SRC. DEBUG: " << std::boolalpha << debug << ". Wwise Logs: " << std::boolalpha << wwiseLogging << "."
#endif

/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions GUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.7.3")]
[assembly: AssemblyFileVersion("1.2.7.3")]
[assembly: AssemblyVersion("1.2.7.4")]
[assembly: AssemblyFileVersion("1.2.7.4")]
4 changes: 2 additions & 2 deletions Installer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.2.7.3")]
[assembly: AssemblyFileVersion("1.2.7.3")]
[assembly: AssemblyVersion("1.2.7.4")]
[assembly: AssemblyFileVersion("1.2.7.4")]

0 comments on commit b61bf04

Please sign in to comment.