diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:27 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:27 +0100 |
commit | 3fe592b62899b31d727a2224850f58ce6f8151f6 (patch) | |
tree | 833b98e1d3ce1df8f98259a1d6e26973810ab903 | |
parent | 8befe4711b173a4d7636d87c4dc0496ca7faf721 (diff) | |
download | kmplayer-3fe592b62899b31d727a2224850f58ce6f8151f6.tar.gz kmplayer-3fe592b62899b31d727a2224850f58ce6f8151f6.zip |
Update version number to R14.0.12.
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 45434b6..1012c5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kmplayer ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |