From a3a5f21750cd33bb82ed27edf477fae04d1e3d7f Mon Sep 17 00:00:00 2001 From: Subhransu Mohanty Date: Fri, 19 Jun 2020 10:04:12 +0900 Subject: [PATCH] corrected version number of lottie library --- CMakeLists.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ead190ed..c9b21f23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required( VERSION 3.3 ) #declare project -project( rlottie VERSION 0.0.1 LANGUAGES C CXX ASM) +project( rlottie VERSION 0.1 LANGUAGES C CXX ASM) if (NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE MinSizeRel) diff --git a/meson.build b/meson.build index be52a0ee..7677228b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('rlottie', 'cpp', default_options : ['warning_level=3', 'werror=true', 'cpp_std=c++14', 'optimization=s'], - version : '0.0.1', + version : '0.1', license : 'LGPL-v2.1') add_project_arguments('-DDEMO_DIR="@0@/example/resource/"'.format(meson.current_source_dir()), language : 'cpp')