Skip to content

Commit

Permalink
Merge pull request #194 from KNMI/265
Browse files Browse the repository at this point in the history
Version 2.6.5
  • Loading branch information
maartenplieger authored Dec 24, 2021
2 parents f28fc0f + 877bfad commit 3516bf1
Show file tree
Hide file tree
Showing 3 changed files with 5 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.4"
LABEL version="2.6.5"

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

Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**Version 2.6.5 2021-12-23**
- Rendermethod `hillshaded` has been added

**Version 2.6.4 2021-12-23**
- Tiling system has been refactored and has an extra option called autotile="true". This allows to generating tiles during file scanning with updatedb.

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.4" // Please also update in the Dockerfile to the same version
#define ADAGUCSERVER_VERSION "2.6.5" // Please also update in the Dockerfile to the same version

// CConfigReaderLayerType
#define CConfigReaderLayerTypeUnknown 0
Expand Down

0 comments on commit 3516bf1

Please sign in to comment.