corrected version number of lottie library
authorSubhransu Mohanty <smohantty@gmail.com>
Fri, 19 Jun 2020 01:04:12 +0000 (10:04 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 21 Jun 2020 21:28:17 +0000 (06:28 +0900)
CMakeLists.txt
meson.build

index ead190e..c9b21f2 100644 (file)
@@ -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)
index be52a0e..7677228 100644 (file)
@@ -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')