diff options
author | Fredrik Salomonsson <plattfot@posteo.net> | 2021-01-27 14:15:18 -0800 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@posteo.net> | 2021-01-27 14:15:18 -0800 |
commit | 9d0198e131f38d1fbd812dee1170a605e9efddb9 (patch) | |
tree | 13d89c173912a417e8ce4c584806b631a4d01f8c | |
parent | de1869ee35e316d4425107b1048ecbd637651010 (diff) | |
download | pinentry-rofi-9d0198e131f38d1fbd812dee1170a605e9efddb9.tar.gz |
Bump up version to 2.0.2
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | hall.scm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 3b625aa..a5ba0de 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl -*- Autoconf -*- -AC_INIT(pinentry-rofi, 2.0.0) -AC_SUBST(HVERSION, "\"2.0.0\"") +AC_INIT(pinentry-rofi, 2.0.2) +AC_SUBST(HVERSION, "\"2.0.2\"") AC_SUBST(AUTHOR, "\"Fredrik Salomonsson\"") AC_SUBST(COPYRIGHT, "'(2020)") AC_SUBST(LICENSE, gpl3+) @@ -1,7 +1,7 @@ (hall-description (name "pinentry-rofi") (prefix "") - (version "2.0.1") + (version "2.0.2") (author "Fredrik Salomonsson") (copyright (2020)) (synopsis "Rofi frontend to pinentry") |