must step up ABI version for plugin loader

This commit is contained in:
Axel Kohlmeyer
2023-09-01 11:55:19 -04:00
parent 0a5e97e768
commit c1bf3f7d4e

View File

@ -106,7 +106,7 @@ typedef void (*FixExternalFnPtr)(void *, int, int, int *, double **, double **);
typedef void (*FixExternalFnPtr)(void *, int64_t, int, int *, double **, double **);
#endif
#define LAMMPSPLUGIN_ABI_VERSION 1
#define LAMMPSPLUGIN_ABI_VERSION 2
struct _liblammpsplugin {
int abiversion;
int has_exceptions;