diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:15:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:15:54 +0100 |
commit | c6d0b9123fc70ee4f1212af815aa6be907092f14 (patch) | |
tree | 60750b3dd20c796e0f993b5c68fcb16af5955e48 | |
parent | 522b6ba6f5f70ce4dcb3e4fb73ad945ccac2b52a (diff) | |
download | libart-lgpl-c6d0b9123fc70ee4f1212af815aa6be907092f14.tar.gz libart-lgpl-c6d0b9123fc70ee4f1212af815aa6be907092f14.zip |
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5276d58..0c4c74d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( libart-lgpl ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) set( LIBART_VERSION 2.3.21 ) string( REPLACE "." ";" LIBART_VERSION_LIST ${LIBART_VERSION} ) |