summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:35 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:35 +0200
commit56fc39bd413b99b35707f07ca56695571a31a94a (patch)
tree80328d2d24b3efc6597fe615dc06f70c0e525e83
parent6496bce8a8ba14b22399d61d868276be560f9b27 (diff)
downloadmplayerthumbs-56fc39bd413b99b35707f07ca56695571a31a94a.tar.gz
mplayerthumbs-56fc39bd413b99b35707f07ca56695571a31a94a.zip
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 26cb7d9..3dfca8e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( mplayer-thumbnailer )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules