diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-05 23:50:40 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-05 23:50:40 +0300 |
| commit | 8bb74397a084e4accb815a2d4b69ba1a8e3f7ed6 (patch) | |
| tree | 47931d8f8f53d1436b07ecfd57a3a09900cf3a3c | |
| parent | cc0c1be7fb9587978e34f9c7aaa1d7e8f74dcab5 (diff) | |
Bump version to 0.7.00.7.0
| -rw-r--r-- | Justfile | 2 | ||||
| -rwxr-xr-x | bin/photoalbum | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ set shell := ["bash", "-euo", "pipefail", "-c"] NAME := "photoalbum" -VERSION := "0.6.0" +VERSION := "0.7.0" DESTDIR := env_var_or_default("DESTDIR", "") PREFIX := env_var_or_default("PREFIX", "/usr") BINDIR := env_var_or_default("BINDIR", PREFIX + "/bin") diff --git a/bin/photoalbum b/bin/photoalbum index 6566c69..2925f22 100755 --- a/bin/photoalbum +++ b/bin/photoalbum @@ -4,7 +4,7 @@ set -euo pipefail # photoalbum (c) 2011 - 2014, 2022 by Paul Buetow # https://codeberg.org/snonux/photoalbum -declare -r VERSION='0.6.0' +declare -r VERSION='0.7.0' declare -r DEFAULTRC="${PHOTOALBUM_DEFAULT_RC:-/etc/default/photoalbum}" declare -r PACKAGED_TEMPLATE_DIR='/usr/share/photoalbum/templates/default' DEFAULT_TEMPLATE_DIR="${PHOTOALBUM_DEFAULT_TEMPLATE_DIR:-$PACKAGED_TEMPLATE_DIR}" |
