From 0de5383ce11741ef87d0adcd8ca3000f8419cc8f Mon Sep 17 00:00:00 2001 From: nfbvs Date: Mon, 4 Jan 2021 18:45:41 -0500 Subject: [PATCH] Upgrade amplxl version to 0.1.9 --- src/amplxl/src/ampl_xl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amplxl/src/ampl_xl.hpp b/src/amplxl/src/ampl_xl.hpp index e7da12c..996f521 100755 --- a/src/amplxl/src/ampl_xl.hpp +++ b/src/amplxl/src/ampl_xl.hpp @@ -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";