summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-11-04 15:21:18 +0100
committerSlávek Banko <[email protected]>2020-11-04 15:21:18 +0100
commit7c6e9326fb329b1c00175ba797c5c30b67b0f2b5 (patch)
tree312cdd64989ad6bb1e846d22ed96d3c994b1ade4
parent91dfa688a20f9624137c1b5cf36202b63daafc7e (diff)
downloadmplayerthumbs-7c6e9326fb329b1c00175ba797c5c30b67b0f2b5.tar.gz
mplayerthumbs-7c6e9326fb329b1c00175ba797c5c30b67b0f2b5.zip
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 484435d..8fcca5c 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.0.9 )
+set( VERSION R14.0.10 )
#### include essential cmake modules