From 6db8dafca41a75e8134f8dc4cbfce102c2e0884b Mon Sep 17 00:00:00 2001 From: "ben.lemasurier@gmail.com" Date: Sun, 26 Jun 2011 00:42:45 +0000 Subject: [PATCH] bump version number - removed debugging line git-svn-id: http://s3fs.googlecode.com/svn/trunk@346 df820570-a93a-0410-bd06-b72b767a4274 --- configure.ac | 2 +- src/s3fs.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 25b7364..f963bcd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(s3fs, 1.53) +AC_INIT(s3fs, 1.54) AC_CANONICAL_SYSTEM diff --git a/src/s3fs.cpp b/src/s3fs.cpp index 922eeaa..4bc9bbd 100644 --- a/src/s3fs.cpp +++ b/src/s3fs.cpp @@ -1942,7 +1942,6 @@ static int rename_directory( const char *from, const char *to) { curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, true); curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)&body); curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, WriteMemoryCallback); - curl_easy_setopt(curl, CURLOPT_VERBOSE, 1); auto_curl_slist headers; string date = get_date();