Skip to content

Commit

Permalink
Tagged 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasff committed Apr 9, 2012
1 parent 438dbe3 commit 882c7dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php_redis.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ extern zend_module_entry redis_module_entry;

#define phpext_redis_ptr redis_module_ptr

#define PHP_REDIS_VERSION "2.1.3"
#define PHP_REDIS_VERSION "2.2.1"

#endif

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

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

Group: Development/Languages
License: PHP
URL: https://github.com/nicolasff/phpredis
Source0: https://download.github.com/nicolasff-phpredis-2.1.3-0-g43bc590.tar.gz
Source0: https://github.com/nicolasff/phpredis/tarball/master
Source1: redis.ini
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Expand Down

0 comments on commit 882c7dc

Please sign in to comment.