From bf9646cbbecc78fc73b56ea7a18b5ff99bf3e052 Mon Sep 17 00:00:00 2001 From: "Steven J. Plimpton" Date: Fri, 29 Jun 2018 15:08:19 -0600 Subject: [PATCH] fix glitch in ABIVERSION in fix latte --- src/LATTE/fix_latte.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LATTE/fix_latte.cpp b/src/LATTE/fix_latte.cpp index 168692db9f..18502dd013 100644 --- a/src/LATTE/fix_latte.cpp +++ b/src/LATTE/fix_latte.cpp @@ -48,7 +48,7 @@ extern "C" { // a meaningful error messages, as they can cause // difficult to debug crashes or memory corruption. -#define ABIVERSION 20180622 +#define LATTE_ABIVERSION 20180622 #define INVOKED_PERATOM 8 /* ---------------------------------------------------------------------- */