ECC-1143: CMake: Migration to ecbuild v3.4

This commit is contained in:
Shahram Najm 2020-08-24 15:10:45 +01:00
parent 79d935920d
commit 666e61fc74
2 changed files with 2 additions and 2 deletions

View File

@ -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""",

View File

@ -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@"; }