From 15c9a79b616333f6eb229d07ac7e2f650cdf8efb Mon Sep 17 00:00:00 2001 From: David Frantz Date: Tue, 25 Oct 2022 16:53:06 +0200 Subject: [PATCH] version --- README.md | 2 +- docs/source/index.rst | 2 +- src/cross-level/_version-cl.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6adec2fa..017ee3f1 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Framework for Operational Radiometric Correction for Environmental monitoring** -**Version 3.7.8** +**Version 3.7.9** ![FORCE Logo](/images/force.png) diff --git a/docs/source/index.rst b/docs/source/index.rst index d1fd628b..9b141d5b 100755 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -5,7 +5,7 @@ FORCE documentation **FORCE: Framework for Operational Radiometric Correction for Environmental monitoring** -**Version 3.7.8** +**Version 3.7.9** `Download from Github `_. diff --git a/src/cross-level/_version-cl.h b/src/cross-level/_version-cl.h index 497bbed6..e7f68efe 100755 --- a/src/cross-level/_version-cl.h +++ b/src/cross-level/_version-cl.h @@ -32,7 +32,7 @@ Version number extern "C" { #endif -#define _VERSION_ "3.7.8" +#define _VERSION_ "3.7.9" #ifdef __cplusplus }