Skip to content

Commit

Permalink
Release version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Vogelgesang committed Nov 12, 2016
1 parent df6c493 commit 62b3041
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(UFO_DESCRIPTION_SUMMARY "UFO high-speed image processing core library")
#{{{ Library version
set(UFO_VERSION_MAJOR "0")
set(UFO_VERSION_MINOR "11")
set(UFO_VERSION_PATCH "0")
set(UFO_VERSION_PATCH "1")
set(UFO_VERSION "${UFO_VERSION_MAJOR}.${UFO_VERSION_MINOR}.${UFO_VERSION_PATCH}")
set(UFO_GIR_VERSION "${UFO_VERSION_MAJOR}.0")
#}}}
Expand Down
15 changes: 14 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@ Changelog
Here you can see the full list of changes between each ufo-core release.


Version 0.11.1
==============

Bugfix release released on November 12th 2016.

- Install systemd unit file through pkg-config
- Fix #110: install templates correctly
- Do not run xmllint on manpage generation output
- Remove unused CMake modules
- Remove executable bit from source files
- Remove PACKAGE_* variables


Version 0.11
============

Release on November 11th 2016
Released on November 8th 2016

Enhancements:

Expand Down

0 comments on commit 62b3041

Please sign in to comment.