diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-07-11 23:02:09 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-07-11 23:02:09 +0900 |
commit | c8544a0a1b20fb3bb0b6d5a1ee2df2e4b133efa9 (patch) | |
tree | 9df2c8f211c5e6ac2eebc286fbeee7069443c991 | |
parent | 193d9acac81c01671c3e1f3e5e428acbb8bb31bc (diff) |
forgot to update version.h
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #define FMPLAYER_VERSION_0 "0" #define FMPLAYER_VERSION_1 "1" -#define FMPLAYER_VERSION_2 "7" +#define FMPLAYER_VERSION_2 "8" #define FMPLAYER_VERSION_STR FMPLAYER_VERSION_0 "." FMPLAYER_VERSION_1 "." FMPLAYER_VERSION_2 |