-
-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
namespace ed { | ||
const std::string WebAPI::URL = "api.shadered.org"; // TODO: change URL & ports | ||
const char* WebAPI::Version = "1.4.1"; | ||
const char* WebAPI::Version = "1.4.2"; | ||
|
||
bool isDigitsOnly(const std::string& str) | ||
{ | ||
|
@@ -286,7 +286,7 @@ namespace ed { | |
/* | ||
base64.cpp and base64.h | ||
Copyright (C) 2004-2008 René Nyffenegger | ||
Copyright (C) 2004-2008 Ren� Nyffenegger | ||
This source code is provided 'as-is', without any express or implied | ||
warranty. In no event will the author be held liable for any damages | ||
|
@@ -306,7 +306,7 @@ namespace ed { | |
3. This notice may not be removed or altered from any source distribution. | ||
René Nyffenegger [email protected] | ||
Ren� Nyffenegger [email protected] | ||
*/ | ||
static const std::string base64_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters