bump version number

- removed debugging line


git-svn-id: http://s3fs.googlecode.com/svn/trunk@346 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
ben.lemasurier@gmail.com 2011-06-26 00:42:45 +00:00
parent 1597dfe659
commit 6db8dafca4
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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();