Skip to content

Commit

Permalink
1.0.1 Version tick
Browse files Browse the repository at this point in the history
  • Loading branch information
mortennobel committed Jan 31, 2018
1 parent 0c7f114 commit 173ca36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sre/Renderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace sre {
~Renderer();
static constexpr int sre_version_major = 1;
static constexpr int sre_version_minor = 0;
static constexpr int sre_version_point = 0;
static constexpr int sre_version_point = 1;

glm::ivec2 getWindowSize(); // Return the current size of the window

Expand Down

0 comments on commit 173ca36

Please sign in to comment.