Skip to content

Commit

Permalink
changed version to 0.7.5.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
programmerjake committed May 28, 2016
1 parent e793048 commit f90834d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/game_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
#include "util/game_version.h"

const std::wstring programmerjake::voxels::GameVersion::VERSION = L"0.7.4.1";
const std::wstring programmerjake::voxels::GameVersion::VERSION = L"0.7.5.1";
const std::uint32_t programmerjake::voxels::GameVersion::FILE_VERSION = 5;

#ifdef COMPILE_DUMP_VERSION
Expand Down

0 comments on commit f90834d

Please sign in to comment.