aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakamichi Horikawa <takamichiho@gmail.com>2017-04-15 01:00:46 +0900
committerTakamichi Horikawa <takamichiho@gmail.com>2017-04-15 01:00:46 +0900
commit5eeba166f080de01ab95e4365bfd36ab8454ab04 (patch)
tree901d2de0d44be5d885f2f3c0c8d0adb356804e31
parent680ab52d9e151676b8f90d105b23d2d0d89b0471 (diff)
v0.1.7
-rw-r--r--version.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/version.h b/version.h
index faa90a5..82896e0 100644
--- a/version.h
+++ b/version.h
@@ -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