add cow support of varray and version 0.0.2

This commit is contained in:
Rongsong Shen 2026-04-24 16:59:51 +08:00
parent 10c32f769b
commit 7212ba170d
5 changed files with 48 additions and 3 deletions

View file

@ -1,6 +1,6 @@
project('librtti',
['c'],
version: '0.0.1',
version: '0.0.2',
meson_version: '>=1.5',
default_options: [
'c_std=gnu17'])