Skip to content

Commit

Permalink
made 0.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oy committed Mar 22, 2015
1 parent 57b4aa7 commit 6b35173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/version.h
Expand Up @@ -3,7 +3,7 @@
#ifndef GAME_VERSION_H
#define GAME_VERSION_H
#include "generated/nethash.cpp"
#define GAME_VERSION "0.6.3"
#define GAME_VERSION "0.6.4"
#define GAME_NETVERSION "0.6 " GAME_NETVERSION_HASH
static const char GAME_RELEASE_VERSION[8] = {'0', '.', '6', '.', '3', 0};
static const char GAME_RELEASE_VERSION[8] = {'0', '.', '6', '.', '4', 0};
#endif

5 comments on commit 6b35173

@getkey
Copy link

@getkey getkey commented on 6b35173 Apr 14, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why haven't you released new binaries on https://teeworlds.com? Is it a deliberate choice?
Also, if not you've forgotten to add the 0.6.4-release tag.

@heinrich5991
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Translations need to be updated.

@getkey
Copy link

@getkey getkey commented on 6b35173 Apr 14, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes but why this commit if it's not completed?

@heinrich5991
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To have a test version for the translators.

@getkey
Copy link

@getkey getkey commented on 6b35173 Apr 14, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.