Skip to content

Commit

Permalink
Version bumped to 1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlynxZhou committed Apr 20, 2017
1 parent 29ffd77 commit caa5510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ int main(int argc, const char *argv[])
const char FALLBACK_FONT[] = "flipclock.ttf";
const char OPT_STRING[] = "hwt:f:s:";
const char TITLE[] = "FlipClock";
const char VERSION[] = "1.2.3";
const char VERSION[] = "1.3.3";
struct app_all flipclock;
/* Init default content. */
flipclock.window = NULL;
Expand Down

0 comments on commit caa5510

Please sign in to comment.