Skip to content

Commit

Permalink
Upgrade amplxl version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbvs committed Jan 4, 2021
1 parent 6416563 commit 0de5383
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.8";
const std::string version = "0.1.9";


const char* row_attr = "r";
Expand Down

0 comments on commit 0de5383

Please sign in to comment.