Skip to content

Commit

Permalink
Bump up the version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jul 8, 2015
1 parent a929c4d commit be11784
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion corelib/crayfish_capi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static LoadStatus sLastLoadStatus;

int CF_Version()
{
return 0x020102; // 2.1.2
return 0x020103; // 2.1.3
}


Expand Down
7 changes: 7 additions & 0 deletions plugin/doc/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ <h1>What's New</h1>

<!-- NOTE: there is also a list of changes in metadata.txt - used by plugin installer and repository -->

<h2>Version 2.1.3</h2>
<ul>
<li>Export of animation fixes
<li>AnuGA file format support fixes
<li>ASCII DAT format support fixes
</ul>

<h2>Version 2.1.2</h2>
<ul>
<li>Support for newer AnuGA result files
Expand Down
8 changes: 6 additions & 2 deletions plugin/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ qgisMaximumVersion=2.99
description=A collection of tools for TUFLOW and other hydraulic
modelling packages
; category=Raster ; Did not know what my available choices where
version=2.1.2
version=2.1.3
author=Lutra Consulting
[email protected]
about=The Crayfish plugin aspires to be a complete set of post-processing tools to support numerical modelling within QGIS. With Crayfish, users can load time varying mesh into QGIS. Currently, Crayfish supports a number of hydraulic modelling software packages which output results to XMDF, SMS DAT and SWW. Examples of the software packages are: TUFLOW, AnuGA, BASEMENT, ISIS 2D and Hydro_AS 2D. Crayfish loads and renders results directly rather than converting them to GIS formats before viewing. This allows users to flick quickly through the various output steps in the result files and to create animations.
; end of mandatory metadata

; start of optional metadata
changelog=2.1.2 - Bug fixes:
changelog=2.1.3 - Bug fixes:
- Export of animations fixes
- AnuGA file format support fixes
- ASCII DAT format support fixes
<p>2.1.2 - Bug fixes:
- Support for newer AnuGA result files
- Honour OTF reprojection setting in animation
<p>2.1.1 - Bug fixes:
Expand Down

0 comments on commit be11784

Please sign in to comment.