infra: just released v0.6.0
authorHermet Park <chuneon.park@samsung.com>
Tue, 2 Nov 2021 11:06:06 +0000 (20:06 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 4 Nov 2021 00:38:12 +0000 (09:38 +0900)
meson.build

index d1b2d86..68f65c8 100644 (file)
@@ -1,7 +1,7 @@
 project('thorvg',
         'cpp',
         default_options : ['buildtype=debugoptimized', 'b_sanitize=none', 'werror=false', 'optimization=s', 'cpp_std=c++14'],
-        version : '0.5.99',
+        version : '0.6.99',
         license : 'MIT')
 
 config_h = configuration_data()