From: Andrea Corallo Date: Tue, 9 Mar 2021 15:35:13 +0000 (+0100) Subject: * src/comp.c (ABI_VERSION): Bump following-up 380ba045c4. X-Git-Tag: emacs-28.0.90~2727^2~80 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79c83f79c5b618cb9ef5eca7be2245f15ff54626;p=emacs.git * src/comp.c (ABI_VERSION): Bump following-up 380ba045c4. --- diff --git a/src/comp.c b/src/comp.c index 9b7be5cce71..2ed893cbe04 100644 --- a/src/comp.c +++ b/src/comp.c @@ -429,7 +429,7 @@ load_gccjit_if_necessary (bool mandatory) /* Increase this number to force a new Vcomp_abi_hash to be generated. */ -#define ABI_VERSION "2" +#define ABI_VERSION "3" /* Length of the hashes used for eln file naming. */ #define HASH_LENGTH 8