Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
YomikoR committed Dec 17, 2021
1 parent da65f6c commit 0dbd1d7
Show file tree
Hide file tree
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
Expand Up @@ -2,7 +2,7 @@ project('ICCConvert', ['c', 'cpp'],
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: '3.2'
version: '4.0'
)

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

#define ICCC_PLUGIN_ID "yomiko.collection.iccconvert"
#define ICCC_PLUGIN_VERSION VS_MAKE_VERSION(3, 2)
#define ICCC_PLUGIN_VERSION VS_MAKE_VERSION(4, 0)

#if defined (_WIN32)
# define DETECTION_IMPLEMENTED 1
Expand Down

0 comments on commit 0dbd1d7

Please sign in to comment.