Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
YomikoR committed May 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 73b018c commit bb3a666
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ project('ICCConvert', ['c', 'cpp', 'objc'],
license: 'LGPL2.1+',
default_options: ['buildtype=release', 'b_ndebug=if-release', 'c_std=c11', 'cpp_std=c++17', 'optimization=2'],
meson_version: '>=0.51.0',
version: '5.1'
version: '5.2'
)

sources = [
2 changes: 1 addition & 1 deletion src/common.hpp
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
#include <vector>

#define ICCC_PLUGIN_ID "yomiko.collection.iccconvert"
#define ICCC_PLUGIN_VERSION VS_MAKE_VERSION(5, 1)
#define ICCC_PLUGIN_VERSION VS_MAKE_VERSION(5, 2)

#if defined (_WIN32)
# define DETECTION_IMPLEMENTED 1

0 comments on commit bb3a666

Please sign in to comment.