From 666e61fc7456a369e2d990842e84c060f6b714ab Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Mon, 24 Aug 2020 15:10:45 +0100 Subject: [PATCH] ECC-1143: CMake: Migration to ecbuild v3.4 --- python/setup.py.in | 2 +- src/grib_api_version.c.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py.in b/python/setup.py.in index f54d42893..f6fee2fc6 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -66,7 +66,7 @@ if shared_libs == 'OFF': setup(name='eccodes', - version='@ECCODES_VERSION_STR@', + version='@eccodes_VERSION_STR@', author='ECMWF', author_email='Software.Support@ecmwf.int', description="""Python interface for ecCodes""", diff --git a/src/grib_api_version.c.in b/src/grib_api_version.c.in index ed4920951..804835014 100644 --- a/src/grib_api_version.c.in +++ b/src/grib_api_version.c.in @@ -1,3 +1,3 @@ #include "grib_api_internal.h" -const char * grib_get_git_sha1() { return "@ECCODES_GIT_SHA1@"; } +const char * grib_get_git_sha1() { return "@eccodes_GIT_SHA1@"; }