Skip to content

Commit

Permalink
Bump version to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jweyrich committed Sep 3, 2023
1 parent e025ca0 commit b63a56a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions bin2png.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@

#include "imgify.h"
#include "common.h"
#include "common_options.h"
#include "version.h"

#define PROGRAM "bin2png"
#define VERSION "1.0"

#include "common_options.h"

static void do_work(const options_t *options, void *data, size_t filesize) {
const uint8_t channels = 4;
Expand Down
5 changes: 2 additions & 3 deletions png2bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@

#include "imgify.h"
#include "common.h"
#include "common_options.h"
#include "version.h"

#define PROGRAM "png2bin"
#define VERSION "1.0"

#include "common_options.h"

static void do_work(const options_t *options, void *data, size_t filesize) {
uint8_t *buffer;
Expand Down
1 change: 1 addition & 0 deletions version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#define VERSION "1.0.1"

0 comments on commit b63a56a

Please sign in to comment.