diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-04-15 01:00:46 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-04-15 01:00:46 +0900 |
commit | 5eeba166f080de01ab95e4365bfd36ab8454ab04 (patch) | |
tree | 901d2de0d44be5d885f2f3c0c8d0adb356804e31 | |
parent | 680ab52d9e151676b8f90d105b23d2d0d89b0471 (diff) |
v0.1.7
-rw-r--r-- | version.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ #ifndef MYON_FMPLAYER_VERSION_H_INCLUDED #define MYON_FMPLAYER_VERSION_H_INCLUDED -#define FMPLAYER_VERSION_STR "0.1.6" +#define FMPLAYER_VERSION_0 "0" +#define FMPLAYER_VERSION_1 "1" +#define FMPLAYER_VERSION_2 "7" + +#define FMPLAYER_VERSION_STR FMPLAYER_VERSION_0 "." FMPLAYER_VERSION_1 "." FMPLAYER_VERSION_2 #endif // MYON_FMPLAYER_VERSION_H_INCLUDED |