Skip to content

Commit

Permalink
Tag a release [2023.03.07]
Browse files Browse the repository at this point in the history
Mostly since there hasn't been a tagged release yet, and it has
been a while since I last touched this
  • Loading branch information
rayrobdod committed Mar 7, 2023
1 parent 1d485e3 commit 1f4d754
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## [v2023.03.07] 2023-03-07
Initial release
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ INSTALL_BINARY=/usr/bin/jasc-pal-thumbnailer
INSTALL_DOCS=/usr/share/doc/jasc-pal-thumbnailer/
CC=gcc
CFLAGS=-Wall\ -Werror\ -Wextra
VERSION=$(date -I)-$(git rev-parse --short HEAD)
VERSION=2023.03.07

function build_binary() {
mkdir -p $OUTDIR
Expand Down
2 changes: 1 addition & 1 deletion src/main/c/jasc-pal-thumbnailer.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#endif

const char PROGRAM_NAME[] = "jasc-pal-thumbnailer";
const char PROGRAM_VERSION[] = "0000.00.00";
const char PROGRAM_VERSION[] = "2023.03.07";
const char PROGRAM_HOMEPAGE[] = "";
const char PROGRAM_DESCRIPTION[] = "A thumbnailer for JASC-PAL files";

Expand Down

0 comments on commit 1f4d754

Please sign in to comment.