Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Update version numbers on all FPL projects.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 148149051
Change-Id: If18e4d7d08dcb976bbb4c54527e0ce1a16dcf496
  • Loading branch information
jsanmiya committed Feb 22, 2017
1 parent 9ff3cb8 commit 91a60d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static const int kUpdateRenderPrepCode = 556;
/// scanned for this version string. We track which applications are using it
/// to measure popularity. You are free to remove it (of course) but we would
/// appreciate if you left it in.
static const char kVersion[] = "Fun Propulsion Labs' Zooshi v1.1";
static const char kVersion[] = "Fun Propulsion Labs' Zooshi v1.1.1";

GameSynchronization::GameSynchronization()
: renderthread_mutex_(SDL_CreateMutex()),
Expand Down

0 comments on commit 91a60d6

Please sign in to comment.