Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
matt77hias committed Apr 20, 2018
1 parent 3ffe0e2 commit 57eae0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MAGE/Core/src/meta/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The version numbers (major/minor/patch) are macros to support the use of
// these numbers in conditional macro statements (e.g. if).
#define MAGE_VERSION_MAJOR 0
#define MAGE_VERSION_MINOR 146
#define MAGE_VERSION_MINOR 147
#define MAGE_VERSION_PATCH 0

#define MAGE_QUOTE(S) #S
Expand Down
4 changes: 2 additions & 2 deletions MAGE/Rendering/src/display/display_configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ namespace mage::rendering {
@param[in] display_mode
A reference to the display mode.
*/
explicit DisplayConfiguration(ComPtr< DXGIAdapter > adapter,
ComPtr< DXGIOutput > output,
explicit DisplayConfiguration(ComPtr< DXGIAdapter > adapter,
ComPtr< DXGIOutput > output,
const DXGI_MODE_DESC& display_mode)
: m_adapter(std::move(adapter)),
m_output(std::move(output)),
Expand Down
2 changes: 1 addition & 1 deletion MAGE/appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############################################################################
# General Configuration
###############################################################################
version: 0.146.{build}
version: 0.147.{build}

###############################################################################
# Environment Configuration
Expand Down

0 comments on commit 57eae0a

Please sign in to comment.