Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Favre-Felix <n.favrefelix@gmail.com>2012-04-09 20:04:56 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2012-04-09 20:04:56 +0400
commit882c7dc92b981ec31e4e3d53c979c4b2a9ee2696 (patch)
tree4dc9df80e85f1963b688961df037d725048d58a3
parent438dbe3426e08bd50562ea8c370f5424012cf4bc (diff)
Tagged 2.2.12.2.1
-rwxr-xr-xphp_redis.h2
-rw-r--r--rpm/php-redis.spec4
2 files changed, 3 insertions, 3 deletions
diff --git a/php_redis.h b/php_redis.h
index f0b02ae7..1dfaa0fc 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -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
diff --git a/rpm/php-redis.spec b/rpm/php-redis.spec
index b6ff55fd..7a67857f 100644
--- a/rpm/php-redis.spec
+++ b/rpm/php-redis.spec
@@ -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)