diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2015-12-29 19:19:58 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2015-12-29 19:19:58 +0100 |
commit | 5e1dd4fe6b8fe15050139e63541c6950c9ca3bab (patch) | |
tree | bdcbbbba83a172dbdc968445dc0a1971000380d1 | |
parent | e5e30daf905fc6d41caa3c50d78ebc66b9e70c05 (diff) |
Bump version and start NEWS entries
Change-Id: Ic6c6d0c5b8079e5cfd08e9294b3c73e2de2f8321
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +libvisio 0.1.5 + +- Rewrite text output to avoid empty spans and to make the function + a bit more readable for common mortal (wo)man. +- Initial emulation of line rounding property (tdf#90603). + libvisio 0.1.4 - Implement overriding of colour of lines and of text from layer diff --git a/configure.ac b/configure.ac index 9f0138d..3b6edc7 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],[4]) +m4_define([libvisio_version_micro],[5]) m4_define([libvisio_version],[libvisio_version_major.libvisio_version_minor.libvisio_version_micro]) # ============= |