prepare v1.1.4
[awesomized/libmemcached] / src / bin / memparse.cc
index be3211cef21f3a1c7d3d35c15d8bd23abcf4d379..29c1a84d25d7ba50cab0bf44452d69fb92391c8f 100644 (file)
@@ -1,6 +1,6 @@
 /*
     +--------------------------------------------------------------------+
-    | libmemcached - C/C++ Client Library for memcached                  |
+    | libmemcached-awesome - C/C++ Client Library for memcached          |
     +--------------------------------------------------------------------+
     | Redistribution and use in source and binary forms, with or without |
     | modification, are permitted under the terms of the BSD license.    |
@@ -9,7 +9,7 @@
     | the terms online at: https://opensource.org/licenses/BSD-3-Clause  |
     +--------------------------------------------------------------------+
     | Copyright (c) 2006-2014 Brian Aker   https://datadifferential.com/ |
-    | Copyright (c) 2020 Michael Wallner   <mike@php.net>                |
+    | Copyright (c) 2020-2021 Michael Wallner        https://awesome.co/ |
     +--------------------------------------------------------------------+
 */
 
@@ -19,7 +19,7 @@
 #include <cstring>
 #include <iostream>
 
-#include "libmemcached-1/memcached.h"
+#include "libmemcached-1.0/memcached.h"
 
 int main(int argc, char *argv[]) {
   if (argc < 2) {