aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 91f07fc..681b010 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('librin', 'c',
license : 'LGPL2.1',
- version : '0.0.4',
+ version : '0.0.5',
default_options : ['c_std=c11', 'buildtype=release'])
inc = include_directories('include')