Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyle-Tafoya committed Oct 6, 2023
1 parent c4d24f9 commit 442a170
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 03 18:14 PST 2023"
#define LAST_OMEGA_EDIT_DATE "Wed Oct 05 17:56 PST 2023"

#endif
4 changes: 2 additions & 2 deletions src/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,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 = 500;
const std::string VERSIONSTRING = "omega rebirth version 0.5.0";
constexpr int GAME_VERSION = 501;
const std::string VERSIONSTRING = "omega rebirth version 0.5.1";

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

0 comments on commit 442a170

Please sign in to comment.