version 0.44

This commit is contained in:
William Hubbs 2021-09-07 16:16:51 -05:00
parent fb186a3867
commit 803aa1c637
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
NAME= openrc
VERSION= 0.43
VERSION= 0.44
PKG= ${NAME}-${VERSION}

View File

@ -1,5 +1,5 @@
project('OpenRC', 'c',
version : '0.43',
version : '0.44',
license: 'BSD-2',
default_options : [
'c_std=c99',