aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index bcab45a..bbdeab6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.3
+0.0.5
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')