Skip to content

Commit

Permalink
updated version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oy committed Dec 24, 2018
1 parent 0cc8e85 commit 5754796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/game/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#ifndef GAME_VERSION_H
#define GAME_VERSION_H
#include <generated/nethash.cpp>
#define GAME_VERSION "0.7.1"
#define GAME_VERSION "0.7.2"
#define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH
#define CLIENT_VERSION 0x0701
static const char GAME_RELEASE_VERSION[8] = {'0', '.', '7', '.', '1', 0};
#define CLIENT_VERSION 0x0702
static const char GAME_RELEASE_VERSION[8] = "0.7.2";
#endif

0 comments on commit 5754796

Please sign in to comment.