Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
I'm assuming that the ABI hasn't changed. The symbol for
memcpy_nontemporal changes type, but the calling code shouldn't be aware
of that.
  • Loading branch information
bmerry committed Oct 27, 2023
1 parent 3c67e9a commit fd059e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0
4.1.1
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ project(
'b_staticpic=false', # The default of true harms performance
]
)
shared_lib_version = '6.0.0'
shared_lib_version = '6.1.0'

compiler = meson.get_compiler('cpp')
py = import('python').find_installation(pure : false, modules : ['jinja2', 'pycparser', 'packaging'])
Expand Down

0 comments on commit fd059e3

Please sign in to comment.