Skip to content

Commit

Permalink
Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Sep 19, 2016
1 parent ba9c16f commit ec055a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define BUFFER_MAX_SIZE ((u32) (1 * 1024 * 1024))

// info / log file name
#define VERSION_NAME "Hourglass9 v1.20"
#define VERSION_NAME "Hourglass9 v1.21"
#define LOG_FILE "Hourglass9.log"

static inline u32 strchrcount(const char* str, char symbol) {
Expand Down

0 comments on commit ec055a8

Please sign in to comment.