Skip to content

Commit

Permalink
Issue 8 (#10)
Browse files Browse the repository at this point in the history
* optimized CMmers for duplicates (issue 8)

* mac os compilation

* update version number
  • Loading branch information
marekkokot authored Sep 11, 2023
1 parent 13e8e94 commit df63579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colord/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

//#define ENABLE_QUEUE_LOGING
constexpr uint32_t version_major = 1;
constexpr uint32_t version_minor = 1;
constexpr uint32_t version_minor = 2;
constexpr uint32_t version_patch = 0;

//#define ALLOW_ZERO_COMPRESSION_MODE
Expand Down

0 comments on commit df63579

Please sign in to comment.