ufc.h refers to version 2018.2.0.dev0

Issue #180 resolved
Drew Parsons created an issue

ffc/backends/ufc/ufc.h for ffc 2019.1 contains:

#define UFC_VERSION_MAJOR 2018
#define UFC_VERSION_MINOR 2
#define UFC_VERSION_MAINTENANCE 0
#define UFC_VERSION_RELEASE 0

I guess this should be updated to

#define UFC_VERSION_MAJOR 2019
#define UFC_VERSION_MINOR 1
#define UFC_VERSION_MAINTENANCE 0
#define UFC_VERSION_RELEASE 1

Comments (5)

  1. Drew Parsons reporter

    I wonder if ufc.h should be generated from a template file to automatically fill in these values to match the current ffc?

  2. Log in to comment