Skip to content

Commit

Permalink
Update amplxl version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbvs committed Jul 23, 2020
1 parent dce9202 commit 1eb18bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amplxl/src/ampl_xl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void mymkstemp(std::string& tmpl, int pos);
// some constants
const int EXCEL_MAX_ROWS = 1048576;
const std::string EXCEL_MAX_COLS = "XFD";
const std::string version = "0.1.6";
const std::string version = "0.1.7";


const char* row_attr = "r";
Expand Down

0 comments on commit 1eb18bd

Please sign in to comment.