mirror of https://github.com/ecmwf/eccodes.git
Change version number to 0.10.0
This commit is contained in:
parent
857eddcf1a
commit
98d595aed1
|
@ -1,2 +1,2 @@
|
|||
set( ${PROJECT_NAME}_VERSION_STR "3.0.0" )
|
||||
set( ${PROJECT_NAME}_VERSION_STR "0.10.0" )
|
||||
|
||||
|
|
|
@ -75,8 +75,8 @@ extern "C" {
|
|||
double rint(double x);
|
||||
|
||||
/* define version numbers here on Windows */
|
||||
#define GRIB_API_MAJOR_VERSION 3
|
||||
#define GRIB_API_MINOR_VERSION 0
|
||||
#define GRIB_API_MAJOR_VERSION 0
|
||||
#define GRIB_API_MINOR_VERSION 10
|
||||
#define GRIB_API_REVISION_VERSION 0
|
||||
|
||||
#ifndef S_ISREG
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
PACKAGE_NAME='grib_api'
|
||||
|
||||
# Package version
|
||||
GRIB_API_MAJOR_VERSION=3
|
||||
GRIB_API_MINOR_VERSION=0
|
||||
GRIB_API_MAJOR_VERSION=0
|
||||
GRIB_API_MINOR_VERSION=10
|
||||
GRIB_API_REVISION_VERSION=0
|
||||
|
||||
GRIB_ABI_CURRENT=1
|
||||
|
|
Loading…
Reference in New Issue