diff --git a/HashCheck.cpp b/HashCheck.cpp index a69faeb..6c90051 100644 --- a/HashCheck.cpp +++ b/HashCheck.cpp @@ -31,7 +31,8 @@ static const LPCTSTR ASSOCIATIONS[] = TEXT(".md4"), TEXT(".md5"), TEXT(".sha1"), - TEXT(".sha256") + TEXT(".sha256"), + TEXT(".asc") }; // Prototypes for the self-registration/install/uninstall helper functions @@ -181,7 +182,7 @@ STDAPI DllRegisterServerEx( LPCTSTR lpszModuleName ) RegCloseKey(hKey); } else return(SELFREG_E_CLASS); - // The actual association of .sfv/.md4/.md5/.sha1/.sha256 files with our program ID + // The actual association of .sfv/.md4/.md5/.sha1/.sha256/.asc files with our program ID // will be handled by DllInstall, not DllRegisterServer. // Register approval diff --git a/version.h b/version.h index 0d7f9f7..066fd1d 100644 --- a/version.h +++ b/version.h @@ -11,10 +11,10 @@ #define HASHCHECK_NAME_STR "HashCheck Shell Extension" // Full version: MUST be in the form of major,minor,revision,build -#define HASHCHECK_VERSION_FULL 2,2,2,5 +#define HASHCHECK_VERSION_FULL 2,2,3,6 // String version: May be any suitable string -#define HASHCHECK_VERSION_STR "2.2.2.5" +#define HASHCHECK_VERSION_STR "2.2.3.6" #ifdef _USRDLL // PE version: MUST be in the form of major.minor