Skip to content

Commit

Permalink
Half Byte Loader 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
173210 committed Dec 20, 2015
1 parent 429b5bb commit 86c0e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/common/sdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define STROF(str) _STROF(str)

#define MAJOR_VER 0
#define MINOR_VER 8
#define MINOR_VER 9
#define VER_STR STROF(MAJOR_VER) "." STROF(MINOR_VER)

/* Declare a module. This must be specified in the source of a library or executable. */
Expand Down

0 comments on commit 86c0e25

Please sign in to comment.