Skip to content

Commit 3265078

Browse files
committed
Bump version from 1.0.3 to 1.1.0
bump to a minor feature version to indicate the porting of the UTF-8 library from bstrlib, as well as the removal of the autotools build system
1 parent bf50722 commit 3265078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'bstring',
33
'c',
4-
version: '1.0.3',
4+
version: '1.1.0',
55
default_options: ['warning_level=3', 'c_std=c99']
66
)
77
cc = meson.get_compiler('c')

0 commit comments

Comments
 (0)