diff --git a/INSTALL.md b/INSTALL.md index 7961e7e..54dc665 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -66,7 +66,7 @@ sudo dnf -y install mingw64-libwebp The following libraries are not available as binary downloads and may be installed from source as follows described below: -## Prerequisites +## Building Prerequisites ### libplis diff --git a/NEWS b/NEWS index bf3f361..0806fc1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Verison 0.9.36: + +* Fixed clipping bug of polygons +* Added logging option for better error reports + Version 0.9.35: * Fixed several windows problems with missing plugins etc diff --git a/meson.build b/meson.build index 6e1037b..7670730 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ # Work in progress project('giv', ['c','cpp','vala'], - version : '0.1.0', + version : '0.9.36', license: 'LGPLv3+') add_project_arguments('-DSPDLOG_FMT_EXTERNAL=',