Skip to content

Commit

Permalink
Version 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenplieger committed Nov 18, 2020
1 parent 6317391 commit c938685
Show file tree
Hide file tree
Showing 3 changed files with 4 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="adaguc@knmi.nl"

# Version should be same as in Definitions.h
LABEL version="2.5.1"
LABEL version="2.5.2"

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

Expand Down
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Version 2.5.2 2020-11-13
- Support to run Adaguc-server from python3.

Version 2.5.1 2020-11-13
- Support for 32 contourline definitions (previousely 8)
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.5.1"
#define ADAGUCSERVER_VERSION "2.5.2"

//CConfigReaderLayerType
#define CConfigReaderLayerTypeUnknown 0
Expand Down

0 comments on commit c938685

Please sign in to comment.