From 1a92c58954c92735aaf34c824311ea86c4761f92 Mon Sep 17 00:00:00 2001 From: apoorv569 Date: Mon, 4 Oct 2021 14:39:10 +0530 Subject: [PATCH] fixup! Merge branch 'experimental-draw-waveform' into 'testing' --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6d7fe65..7be6e1a 100755 --- a/meson.build +++ b/meson.build @@ -19,7 +19,7 @@ project('SampleHive', 'cpp', - version : 'v0.8.4_alpha.1', + version : 'v0.9.0_alpha.1', license : 'GPL v3', default_options : ['warning_level=1', 'cpp_std=c++11'])