aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-10-23 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2024-10-23 08:00:00 +0000
commitdf9df02295a7832679705bbd79acc9c2f51bf8bc (patch)
tree212c0f58814af980478bd50868bb592fae384ff7 /po
parent613e59dca7034168bab4b9f6a89dd864957f0426 (diff)
downloadpam-df9df02295a7832679705bbd79acc9c2f51bf8bc.tar.gz
pam-df9df02295a7832679705bbd79acc9c2f51bf8bc.tar.bz2
pam-df9df02295a7832679705bbd79acc9c2f51bf8bc.zip
Prepare for 1.7.0 release
* meson.build: Raise project version to 1.7.0. * po/meson.build: Likewise. * po/Linux-PAM.pot (Project-Id-Version): Likewise. * libpam/include/security/_pam_types.h (__LINUX_PAM_MINOR__): Update. * NEWS: Update. Resolves: https://github.com/linux-pam/linux-pam/issues/844
Diffstat (limited to 'po')
-rw-r--r--po/Linux-PAM.pot2
-rw-r--r--po/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/po/Linux-PAM.pot b/po/Linux-PAM.pot
index eef13f3b..72959df9 100644
--- a/po/Linux-PAM.pot
+++ b/po/Linux-PAM.pot
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Linux-PAM 1.6.1\n"
+"Project-Id-Version: Linux-PAM 1.7.0\n"
"Report-Msgid-Bugs-To: https://github.com/linux-pam/linux-pam/issues\n"
"POT-Creation-Date: 2024-10-13 20:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/po/meson.build b/po/meson.build
index e4d451ff..bfd0937d 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -10,6 +10,6 @@ i18n.gettext(
args: [
'--copyright-holder=Linux-PAM Project',
'--msgid-bugs-address=https://github.com/linux-pam/linux-pam/issues',
- '--package-version=1.6.1',
+ '--package-version=1.7.0',
],
)