From 2fcd4623bce3040d247c8d8f8e1d19bae1b3e913 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Tue, 16 Mar 2021 19:46:30 +0200 Subject: Release 0.0.5 Signed-off-by: Gediminas Jakutis --- VERSION | 2 +- meson.build | 2 +- 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') -- cgit v1.2.3