Skip to content

Commit

Permalink
Merge pull request KNMI#202 from KNMI/testdocker
Browse files Browse the repository at this point in the history
Updated news
  • Loading branch information
maartenplieger authored Feb 7, 2022
2 parents be8b64f + 874d114 commit aa5e267
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER root
LABEL maintainer="[email protected]"

# Version should be same as in Definitions.h
LABEL version="2.6.7"
LABEL version="2.6.8"

######### First stage (build) ############

Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**Version 2.6.8 2022-02-07**

- Adding GitHub workflow to push automatically to dockerhub


**Version 2.6.7 2022-01-20**
- Support for KNMI HDF5 echotops files (see data/datasets/test/RAD_NL25_ETH_NA_202004301315.h5). When such a file is used, a virtual variable with name "echotops" is available.

Expand Down
2 changes: 1 addition & 1 deletion adagucserverEC/Definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#ifndef Definitions_H
#define Definitions_H

#define ADAGUCSERVER_VERSION "2.6.7" // Please also update in the Dockerfile to the same version
#define ADAGUCSERVER_VERSION "2.6.8" // Please also update in the Dockerfile to the same version

// CConfigReaderLayerType
#define CConfigReaderLayerTypeUnknown 0
Expand Down

0 comments on commit aa5e267

Please sign in to comment.