aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakamichi Horikawa <takamichiho@gmail.com>2018-01-03 23:39:38 +0900
committerTakamichi Horikawa <takamichiho@gmail.com>2018-01-03 23:39:38 +0900
commitd144c9b7a7c8349969c133e00746bf32cefd55d3 (patch)
treebda3846232b660c6fdfca5c4e915f21729fc527c
parent62f0f9a764f545b6162790a407fa3c641f767bbc (diff)
v0.1.13v0.1.13
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index d5e3dbd..575483f 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 "12"
+#define FMPLAYER_VERSION_2 "13"
#define FMPLAYER_VERSION_STR FMPLAYER_VERSION_0 "." FMPLAYER_VERSION_1 "." FMPLAYER_VERSION_2