From 5e582134513e0250c544c4648e305c7d2b2cf829 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 1 Jul 2014 12:26:32 +0200 Subject: prepare for a release Change-Id: Ib9639819752e592930fe304809558ab20923c1d5 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 53874fd..d4e236c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +libmspub 0.1.1 + +- Fix a crash when opening certain documents in LibreOffice, caused by a symbol + clash. +- Several minor code improvements. + libmspub 0.1.0 - switch to librevenge diff --git a/configure.ac b/configure.ac index 752b305..d3384f2 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ([2.65]) # ==================== m4_define([libmspub_version_major],[0]) m4_define([libmspub_version_minor],[1]) -m4_define([libmspub_version_micro],[0]) +m4_define([libmspub_version_micro],[1]) m4_define([libmspub_version],[libmspub_version_major.libmspub_version_minor.libmspub_version_micro]) # ============= -- cgit v1.2.3