Skip to content

Commit

Permalink
v0.11.0;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Sep 5, 2018
1 parent 9fa1849 commit 8a7054e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lovr.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include <stdbool.h>

#define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 10
#define LOVR_VERSION_MINOR 11
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_ALIAS "Hangry Goose"
#define LOVR_VERSION_ALIAS "Ginormous Giraffe"

void lovrDestroy();
bool lovrRun(int argc, char** argv, int* status);
Expand Down

0 comments on commit 8a7054e

Please sign in to comment.