Skip to content

Commit

Permalink
update console version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyanyan committed Jan 7, 2025
1 parent 2a6551e commit 814ee49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/info.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "./../engine/setting.hpp"

#define EGAROUCID_NAME "Egaroucid for Console"
#define EGAROUCID_CONSOLE_VERSION "0"
#define EGAROUCID_CONSOLE_VERSION "1"
#if USE_BETA_VERSION
const std::string EGAROUCID_VERSION = EGAROUCID_ENGINE_VERSION + (std::string)"." + EGAROUCID_CONSOLE_VERSION + (std::string)" " + EGAROUCID_ENGINE_ENV_VERSION + (std::string)" beta";
#else
Expand Down

0 comments on commit 814ee49

Please sign in to comment.