aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--build-aux/PKGBUILD2
-rw-r--r--configure.ac4
-rw-r--r--hall.scm4
4 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 383aaa3..bcd198d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ SPDX-FileCopyrightText: 2023 Fredrik Salomonsson <plattfot@posteo.net>
SPDX-License-Identifier: GPL-3.0-or-later
+2023-03-19 Fredrik Salomonsson <plattfot@posteo.net>
+ * 2.0.4:
+ Version 3.0 of the REUSE specification compliant.
2021-01-31 Fredrik Salomonsson <plattfot@posteo.net>
* 2.0.3:
Fix issue with the executable not finding the module.
diff --git a/build-aux/PKGBUILD b/build-aux/PKGBUILD
index b1b641e..b88e09e 100644
--- a/build-aux/PKGBUILD
+++ b/build-aux/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Fredrik Salomonsson <plattfot@posteo.net>
pkgname=guile-pinentry-rofi
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
epoch=
pkgdesc="rofi frontend for pinentry"
diff --git a/configure.ac b/configure.ac
index 5c78e1b..7719cf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,8 +4,8 @@ dnl SPDX-License-Identifier: CC0-1.0
dnl -*- Autoconf -*-
-AC_INIT(pinentry-rofi, 2.0.3)
-AC_SUBST(HVERSION, "\"2.0.3\"")
+AC_INIT(pinentry-rofi, 2.0.4)
+AC_SUBST(HVERSION, "\"2.0.4\"")
AC_SUBST(AUTHOR, "\"Fredrik Salomonsson\"")
AC_SUBST(COPYRIGHT, "'(2020)")
AC_SUBST(LICENSE, gpl3+)
diff --git a/hall.scm b/hall.scm
index 6924a5e..3775216 100644
--- a/hall.scm
+++ b/hall.scm
@@ -5,9 +5,9 @@
(hall-description
(name "pinentry-rofi")
(prefix "")
- (version "2.0.3")
+ (version "2.0.4")
(author "Fredrik Salomonsson")
- (copyright (2020))
+ (copyright (2020 2021 2022 2023))
(synopsis "Rofi frontend to pinentry")
(description
"Simple pinentry gui using rofi, it is written in GNU guile.")