Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mss committed Aug 17, 2011
1 parent aebb36d commit 321368e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudfiles_http.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
require_once("cloudfiles_exceptions.php");

define("PHP_CF_VERSION", "1.7.10");
define("PHP_CF_VERSION", "1.8.0");
define("USER_AGENT", sprintf("PHP-CloudFiles/%s", PHP_CF_VERSION));
define("MAX_HEADER_NAME_LEN", 128);
define("MAX_HEADER_VALUE_LEN", 256);
Expand Down

0 comments on commit 321368e

Please sign in to comment.