浏览代码

Bump ABI revision

Thomas Guillem 5 年之前
父节点
当前提交
0e6d0ae3d3
共有 2 个文件被更改,包括 9 次插入1 次删除
  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])