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 ead190edbb715de5964a9006ec4350c9b554305c..c9b21f23b5b275e6251f24712140f3f1e605de29 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 be52a0ee9c6505e28bf0d78a5c9ec7fa86ced383..7677228bdec935922dae85121b536d03e18df89c 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')