diff options
author | Christophe Grenier <[email protected]> | 2022-07-14 10:02:36 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2022-07-14 10:02:36 +0200 |
commit | beaac3153e25c16703785c4aba952a628f2d9203 (patch) | |
tree | c96e424cdead2a6d098f4f071f03580c2b1a6f89 | |
parent | 3152a498737509e840bcc0fe0e79ef5806a179be (diff) |
Update to July 2022
-rw-r--r-- | INFO | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/icon_ph.rc | 2 | ||||
-rw-r--r-- | src/icon_qph.rc | 2 | ||||
-rw-r--r-- | src/icon_tst.rc | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -1,2 +1,2 @@ TestDisk & PhotoRec , https://www.cgsecurity.org -Copyright (C) 1998-2021 Christophe GRENIER <[email protected]> +Copyright (C) 1998-2022 Christophe GRENIER <[email protected]> diff --git a/configure.ac b/configure.ac index 28370f55..dee20a6b 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT([testdisk],[7.2-WIP],[[email protected]]) AC_LANG(C) sinclude(acx_pthread.m4) sinclude(mkdir.m4) -TESTDISKDATE="April 2022" +TESTDISKDATE="July 2022" AC_SUBST(TESTDISKDATE) AC_DEFINE_UNQUOTED([TESTDISKDATE],"$TESTDISKDATE",[Date of release]) AC_CONFIG_AUX_DIR(config) diff --git a/src/icon_ph.rc b/src/icon_ph.rc index e5f20477..b68948fc 100644 --- a/src/icon_ph.rc +++ b/src/icon_ph.rc @@ -22,7 +22,7 @@ BEGIN VALUE "Comments", "Signature based file recovery utility" VALUE "FileVersion", "7.2" VALUE "ProductVersion", "7.2" - VALUE "LegalCopyright", "Copyright (C) 1998-2021 Christophe GRENIER, et al." + VALUE "LegalCopyright", "Copyright (C) 1998-2022 Christophe GRENIER, et al." END END BLOCK "VarFileInfo" diff --git a/src/icon_qph.rc b/src/icon_qph.rc index be08c11b..e0118764 100644 --- a/src/icon_qph.rc +++ b/src/icon_qph.rc @@ -22,7 +22,7 @@ BEGIN VALUE "Comments", "Signature based file recovery utility" VALUE "FileVersion", "7.2" VALUE "ProductVersion", "7.2" - VALUE "LegalCopyright", "Copyright (C) 1998-2021 Christophe GRENIER, et al." + VALUE "LegalCopyright", "Copyright (C) 1998-2022 Christophe GRENIER, et al." END END BLOCK "VarFileInfo" diff --git a/src/icon_tst.rc b/src/icon_tst.rc index ab281d2f..1d66d4fc 100644 --- a/src/icon_tst.rc +++ b/src/icon_tst.rc @@ -22,7 +22,7 @@ BEGIN VALUE "Comments", "Partition and file recovery utility" VALUE "FileVersion", "7.2" VALUE "ProductVersion", "7.2" - VALUE "LegalCopyright", "Copyright (C) 1998-2021 Christophe GRENIER, et al." + VALUE "LegalCopyright", "Copyright (C) 1998-2022 Christophe GRENIER, et al." END END BLOCK "VarFileInfo" |