summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:17:54 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:17:54 +0100
commit049b177da195f76a7fc3d351c8d6cd2d1060ebd9 (patch)
tree7cdb9da6034ca50ebe02f1c5f2cae5beaa7b5666
parent11818c3973f1edf8f345b6f7859f8ac241932697 (diff)
downloadmplayerthumbs-049b177da195f76a7fc3d351c8d6cd2d1060ebd9.tar.gz
mplayerthumbs-049b177da195f76a7fc3d351c8d6cd2d1060ebd9.zip
Update version number for R14.0.7 final release.r14.0.7
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 a88ea15..875eecf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( mplayerthumbs )
-set( VERSION R14.1.0 )
+set( VERSION R14.0.7 )
#### include essential cmake modules