Skip to content

Commit

Permalink
build(version): bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Nov 18, 2024
1 parent 641ed8b commit f70d4d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Use `quantize` to create high-color images readable by other programs.
`info` prints information about a HiColor file: version (`5` for 15-bit or `6` for 16), width, and height.

```none
HiColor 0.6.1
HiColor 1.0.0
Create 15/16-bit color RGB images.
usage:
Expand Down
2 changes: 1 addition & 1 deletion hicolor.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <stdio.h>

#define HICOLOR_BAYER_SIZE 8
#define HICOLOR_LIBRARY_VERSION 601
#define HICOLOR_LIBRARY_VERSION 10000

/* Types. */

Expand Down

0 comments on commit f70d4d5

Please sign in to comment.