8000 Tagged 2.2.1 · stevenp-git/phpredis@882c7dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 882c7dc

Browse files
committed
Tagged 2.2.1
1 parent 438dbe3 commit 882c7dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

php_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ extern zend_module_entry redis_module_entry;
217217

218218
#define phpext_redis_ptr redis_module_ptr
219219

220-
#define PHP_REDIS_VERSION "2.1.3"
220+
#define PHP_REDIS_VERSION "2.2.1"
221221

222222
#endif
223223

rpm/php-redis.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
%global php_version %(php-config --version 2>/dev/null || echo 0)
44

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

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

0 commit comments

Comments
 (0)
0