Skip to content

Commit

Permalink
eodbc 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbvs committed Jan 23, 2024
1 parent 9f5a645 commit 02b7924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amplp/examples/eodbc/src/handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ std::unordered_map<SQLSMALLINT, std::string> c_types_map({
});

static std::string name = "eodbc";
static std::string version = "0.0.2";
static std::string version = "0.0.3";

static std::string doc = name + "\n" + name + "-" + version + "\n" +
"EODBC: experimental ODBC driver for AMPL.\n"
Expand Down

0 comments on commit 02b7924

Please sign in to comment.