Skip to content

Commit

Permalink
Version bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyle-Tafoya committed Nov 10, 2023
1 parent 6b1afe4 commit 6f05f05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/date.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Omega. If not, see <https://www.gnu.org/licenses/>.
#ifndef OMEGA_DATE_H_
#define OMEGA_DATE_H_

#define LAST_OMEGA_EDIT_DATE "Wed Oct 08 14:28 PST 2023"
#define LAST_OMEGA_EDIT_DATE "Fri Nov 10 13:00 PST 2023"

#endif
4 changes: 2 additions & 2 deletions src/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Omega. If not, see <https://www.gnu.org/licenses/>.
//---------------------------SYSTEM DEFINITIONS---------------------------

// Don't change anything from here on (unless you know what you're doing)
constexpr int GAME_VERSION = 506;
const std::string VERSIONSTRING = "omega rebirth version 0.5.6";
constexpr int GAME_VERSION = 600;
const std::string VERSIONSTRING = "omega rebirth version 0.6.0";

// Just increment these by one whenever an incompatibility is introduced
constexpr int SAVE_FILE_VERSION = 2;
Expand Down

0 comments on commit 6f05f05

Please sign in to comment.