diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-11-03 10:25:02 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-11-03 10:25:02 +0900 |
commit | dfe585145747ee3d41297367f97d320230df26b3 (patch) | |
tree | e3a736760e73b26272682b388d3dc0e0919fe35f | |
parent | 8b7edfd18851e517b0ac0a23875530bc3ca6eddf (diff) |
version 0.1.12v0.1.12
-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 "11" +#define FMPLAYER_VERSION_2 "12" #define FMPLAYER_VERSION_STR FMPLAYER_VERSION_0 "." FMPLAYER_VERSION_1 "." FMPLAYER_VERSION_2 |