Skip to content

Commit

Permalink
made 0.7.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oy committed Apr 19, 2020
1 parent b83ff66 commit 4fc25a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion datasrc/languages
2 changes: 1 addition & 1 deletion scripts/cmd5.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ def cstrip(lines):

hash = hashlib.md5(f).hexdigest().lower()[16:]
#TODO 0.8: improve nethash creation
if hash == "7d93423b228c5fb8":
if hash == "cb14bf6dc197d153":
hash = "802f1be60a05665f"
print('#define GAME_NETVERSION_HASH "%s"' % hash)
6 changes: 3 additions & 3 deletions src/game/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#ifndef GAME_VERSION_H
#define GAME_VERSION_H
#include <generated/nethash.cpp>
#define GAME_VERSION "0.7.4"
#define GAME_VERSION "0.7.5"
#define GAME_NETVERSION_HASH_FORCED "802f1be60a05665f"
#define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH_FORCED
#define CLIENT_VERSION 0x0704
#define CLIENT_VERSION 0x0705
#define SETTINGS_FILENAME "settings07"
static const char GAME_RELEASE_VERSION[8] = "0.7.4";
static const char GAME_RELEASE_VERSION[8] = "0.7.5";
#endif

0 comments on commit 4fc25a1

Please sign in to comment.