Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CJLove committed Apr 26, 2020
1 parent 4de1a79 commit a7610fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
2020-04-25 Chris Love <[email protected]>
* Serf 1.1.0 release

* fixes associated with newer clang-tidy from Clang 9

* api fixes (adding const to certain parameters) based on compiling with gcc 9.3.1
Expand Down
4 changes: 2 additions & 2 deletions include/serf-cpp/SerfClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class ISerfEventListener;
class ISerfQueryListener;

constexpr int SERF_CPP_VERSION_MAJOR=1;
constexpr int SERF_CPP_VERSION_MINOR=0;
constexpr int SERF_CPP_VERSION_PATCH=1;
constexpr int SERF_CPP_VERSION_MINOR=1;
constexpr int SERF_CPP_VERSION_PATCH=0;

static const char* SERF_CPP_LOCALHOST="127.0.0.1";
constexpr uint16_t SERF_PORT=7373;
Expand Down

0 comments on commit a7610fc

Please sign in to comment.