aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--extract-artwork.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2822b2d..c9b0856 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie
# this is just a fallback in case you do not use git but downloaded
# a release tarball...
-VERSION := 0.0.3
+VERSION := 0.0.4
all: extract-artwork README.html
diff --git a/extract-artwork.c b/extract-artwork.c
index ed30dd7..86f229a 100644
--- a/extract-artwork.c
+++ b/extract-artwork.c
@@ -1,5 +1,5 @@
/*
- * (C) 2015-2024 by Christian Hesse <mail@eworm.de>
+ * (C) 2015-2025 by Christian Hesse <mail@eworm.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by