diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +libvisio 0.1.3 + +- Fix a build failure with some compilers. +- Do not use C++11 syntax. + libvisio 0.1.2 - Fix several build problems with different compilers. diff --git a/configure.ac b/configure.ac index 4569a17..1611dcb 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ([2.65]) # ==================== m4_define([libvisio_version_major],[0]) m4_define([libvisio_version_minor],[1]) -m4_define([libvisio_version_micro],[2]) +m4_define([libvisio_version_micro],[3]) m4_define([libvisio_version],[libvisio_version_major.libvisio_version_minor.libvisio_version_micro]) # ============= |