Skip to content

Commit

Permalink
Raise versions and add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
t-b committed Jun 17, 2021
1 parent 4082988 commit 15d9bf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VC8/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
version string of the XOP
returned by the GetMtrxFileReaderVersion operation and also used for the resource file
*/
#define MatrixFileReader_XOP_VERSION 0, 2, 6, 0
#define MatrixFileReader_XOP_VERSION 0, 2, 7, 0

// must be convertible to a double
#define MatrixFileReader_XOP_VERSION_STR "0.260\0"
#define MatrixFileReader_XOP_VERSION_STR "0.270\0"
4 changes: 2 additions & 2 deletions create-public-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

lastVersion=0.25.2
newVersion=0.26
lastVersion=0.26
newVersion=0.27

filesToWatch="VC8 *.txt regression_tests *.pxp *.ihf"

Expand Down
Binary file modified matrixfilereader Help.ihf
Binary file not shown.

0 comments on commit 15d9bf7

Please sign in to comment.