Skip to content

Commit

Permalink
corrected version number of lottie library
Browse files Browse the repository at this point in the history
  • Loading branch information
smohantty committed Jun 19, 2020
1 parent adcc5f0 commit a3a5f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit a3a5f21

Please sign in to comment.