Skip to content

Commit

Permalink
Bump ABI revision
Browse files Browse the repository at this point in the history
  • Loading branch information
tguillem committed Oct 30, 2019
1 parent a4c7e2b commit 0e6d0ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changes between 0.3.0 and 0.3.1:
--------------------------------

* Fix crash when used from multipe threads
* Fix nl_langinfo detection on Android
* Fix build for winstore


Changes between 0.2.7 and 0.3.0:
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.53])

m4_define([BDSM_MAJOR], [0])
m4_define([BDSM_MINOR], [3])
m4_define([BDSM_MICRO], [0])
m4_define([BDSM_MICRO], [1])

AC_COPYRIGHT([Copyright 2014-2018 VideoLabs])

Expand Down

0 comments on commit 0e6d0ae

Please sign in to comment.