diff options
author | Slávek Banko <[email protected]> | 2019-12-18 22:17:54 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-18 22:17:54 +0100 |
commit | 049b177da195f76a7fc3d351c8d6cd2d1060ebd9 (patch) | |
tree | 7cdb9da6034ca50ebe02f1c5f2cae5beaa7b5666 | |
parent | 11818c3973f1edf8f345b6f7859f8ac241932697 (diff) | |
download | mplayerthumbs-049b177da195f76a7fc3d351c8d6cd2d1060ebd9.tar.gz mplayerthumbs-049b177da195f76a7fc3d351c8d6cd2d1060ebd9.zip |
Update version number for R14.0.7 final release.r14.0.7
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
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 |