diff --git a/NEWS b/NEWS index 91108f0..0fe6dd4 100644 --- a/NEWS +++ b/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: -------------------------------- diff --git a/configure.ac b/configure.ac index c8a9c5b..dc0d1fb 100644 --- a/configure.ac +++ b/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])