aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakamichi Horikawa <takamichiho@gmail.com>2017-08-13 23:09:53 +0900
committerTakamichi Horikawa <takamichiho@gmail.com>2017-08-13 23:09:53 +0900
commita10d4a0485060515ef0b5fafb6f516bcf652616f (patch)
treea5c7e51f32164450dcab137d1e7ffaa36eadb1ca
parent5a8af1f670709d6cd28ad5edda223d9ecbc03bc3 (diff)
v0.1.9
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 4b40496..32f9eaa 100644
--- a/version.h
+++ b/version.h
@@ -3,7 +3,7 @@
#define FMPLAYER_VERSION_0 "0"
#define FMPLAYER_VERSION_1 "1"
-#define FMPLAYER_VERSION_2 "8"
+#define FMPLAYER_VERSION_2 "9"
#define FMPLAYER_VERSION_STR FMPLAYER_VERSION_0 "." FMPLAYER_VERSION_1 "." FMPLAYER_VERSION_2