Skip to content

Commit

Permalink
Merge pull request #11 from JadeMatrix/v0.7.2
Browse files Browse the repository at this point in the history
v0.7.2
  • Loading branch information
JadeMatrix authored Nov 29, 2017
2 parents 6397fda + 12d2cc2 commit 089f1c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/show.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ namespace show
int minor;
int revision;
std::string string;
} version = { "SHOW", 0, 7, 1, "0.7.1" };
} version = { "SHOW", 0, 7, 2, "0.7.2" };

const char* base64_chars_standard =
static const char* base64_chars_standard =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
const char* base64_chars_urlsafe =
static const char* base64_chars_urlsafe =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";


Expand Down

0 comments on commit 089f1c4

Please sign in to comment.