Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Sep 2, 2024
1 parent 5edbfb6 commit 78c9e4d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ of a traditional, hand tuned, inflexible, solution.
Making a New Release
--------------------

1. Update the version in the header file.
1. Update the version in the header file. `include/vigra/config_version.hxx`
2. Create a tag on the main branch.
8 changes: 8 additions & 0 deletions docsrc/credits_changelog.dxx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@
Many thanks to all!
<p>

<b> Changes from Version 1.11.2 to 1.12.0 (2024/08)</b>

<ul>

<li> Improved compatibility with Visual studio compiler and clang 16

</ul>

<b> Changes from Version 1.11.1 to 1.11.2 (unreleased)</b>

<ul>
Expand Down
6 changes: 3 additions & 3 deletions include/vigra/config_version.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
#define VIGRA_CONFIG_VERSION_HXX

#define VIGRA_VERSION_MAJOR 1
#define VIGRA_VERSION_MINOR 11
#define VIGRA_VERSION_PATCH 2
#define VIGRA_VERSION "1.11.2"
#define VIGRA_VERSION_MINOR 12
#define VIGRA_VERSION_PATCH 0
#define VIGRA_VERSION "1.12.0"

#endif /* VIGRA_CONFIG_VERSION_HXX */

0 comments on commit 78c9e4d

Please sign in to comment.