Skip to content

Commit

Permalink
v0.10.0;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Jun 14, 2018
1 parent 6cbf407 commit 2ebefd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 9
#define LOVR_VERSION_PATCH 1
#define LOVR_VERSION_ALIAS "Fluffy Cuttlefish"
#define LOVR_VERSION_MINOR 10
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_ALIAS "Hangry Goose"

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

0 comments on commit 2ebefd0

Please sign in to comment.