Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Axlgrep authored Sep 3, 2018
1 parent 884ed73 commit de8bc56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/pika_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

#define PIKA_MAJOR 3
#define PIKA_MINOR 0
#define PIKA_PATCH 1
#define PIKA_PATCH 2

#endif // INCLUDE_PIKA_VERSION_H_
2 changes: 1 addition & 1 deletion src/pika_admin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ void ConfigCmd::ConfigSet(std::string& ret) {
ret = "+OK\r\n";
}
} else {
ret = "-ERR No such configure item\r\n";
ret = "-ERR Unsupported CONFIG parameter: " + set_item + "\r\n";
}
}

Expand Down

0 comments on commit de8bc56

Please sign in to comment.