Browse Source

Bump ABI revision

Thomas Guillem 5 years ago
parent
commit
0e6d0ae3d3
2 changed files with 9 additions and 1 deletions
  1. 8 0
      NEWS
  2. 1 1
      configure.ac

+ 8 - 0
NEWS

@@ -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:
 --------------------------------
 

+ 1 - 1
configure.ac

@@ -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])