diff options
author | Fredrik Salomonsson <plattfot@posteo.net> | 2023-12-08 15:59:27 -0800 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@posteo.net> | 2023-12-08 15:59:27 -0800 |
commit | e869812f017fd0a3c98bc1bb8862b759a29a8f58 (patch) | |
tree | aee06838faaf089639470fcfc9554937192a72cf /configure.ac | |
parent | 8bc872ad63bb057c91c6901aeeb059bba13a06b3 (diff) | |
download | pinentry-rofi-e869812f017fd0a3c98bc1bb8862b759a29a8f58.tar.gz |
Bump up patch: 2.0.4 -> 2.0.52.0.5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7719cf7..0719853 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.4) -AC_SUBST(HVERSION, "\"2.0.4\"") +AC_INIT(pinentry-rofi, 2.0.5) +AC_SUBST(HVERSION, "\"2.0.5\"") AC_SUBST(AUTHOR, "\"Fredrik Salomonsson\"") AC_SUBST(COPYRIGHT, "'(2020)") AC_SUBST(LICENSE, gpl3+) |