From e5dc991ffdb759e144dc324cd527d5c360bf45c7 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Wed, 19 Sep 2012 15:57:56 +0200 Subject: [PATCH] Increase library and package version. --- configure.in | 4 ++-- po/POTFILES.in | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index fad3536..e841eb4 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,9 @@ AC_PREREQ([2.67]) -AC_INIT([cryptsetup],[1.5.0]) +AC_INIT([cryptsetup],[1.5.1-git]) dnl library version from ..[-] LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-) -LIBCRYPTSETUP_VERSION_INFO=7:0:3 +LIBCRYPTSETUP_VERSION_INFO=8:0:4 dnl library file name for FIPS selfcheck LIBCRYPTSETUP_VERSION_FIPS="libcryptsetup.so.4" diff --git a/po/POTFILES.in b/po/POTFILES.in index 0990160..acdfb48 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -6,6 +6,7 @@ lib/crypt_plain.c lib/utils_crypt.c lib/utils_loop.c lib/utils_fips.c +lib/utils_device.c lib/luks1/af.c lib/luks1/keyencryption.c lib/luks1/keymanage.c @@ -16,3 +17,4 @@ lib/verity/verity_hash.c src/cryptsetup.c src/veritysetup.c src/cryptsetup_reencrypt.c +src/utils_tools.c -- 2.7.4