Skip to content

Commit

Permalink
Tag 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasff committed Aug 29, 2012
1 parent 9c22441 commit 4197a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php_redis.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ extern zend_module_entry redis_module_entry;

#define phpext_redis_ptr redis_module_ptr

#define PHP_REDIS_VERSION "2.2.1"
#define PHP_REDIS_VERSION "2.2.2"

#endif

Expand Down
2 changes: 1 addition & 1 deletion rpm/php-redis.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global php_version %(php-config --version 2>/dev/null || echo 0)

Name: php-redis
Version: 2.2.1
Version: 2.2.2
Release: 1%{?dist}
Summary: The phpredis extension provides an API for communicating with the Redis key-value store.

Expand Down

0 comments on commit 4197a7f

Please sign in to comment.