diff --git a/debian.control b/debian.control
index 5bd408b..0a5fe73 100644
--- a/debian.control
+++ b/debian.control
@@ -1,5 +1,5 @@
Package: phpredis
-Version: 2.2.2
+Version: 2.2.4
Section: web
Priority: optional
Architecture: all
diff --git a/package.xml b/package.xml
index 1fd2ab3..dd97ad7 100644
--- a/package.xml
+++ b/package.xml
@@ -21,10 +21,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
michael.grunder@gmail.com
yes
- 2013-04-29
+ 2013-09-01
- 2.2.3
- 2.2.3
+ 2.2.4
+ 2.2.4
stable
@@ -70,6 +70,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
redis
+
+ stablestable
+ 2.2.42.2.4
+ 2013-09-01
+
+ See GitHub for release notes
+
+
stablestable
2.2.32.2.3
diff --git a/php_redis.h b/php_redis.h
index c0c11f6..879503a 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -257,7 +257,7 @@ extern zend_module_entry redis_module_entry;
#define phpext_redis_ptr redis_module_ptr
-#define PHP_REDIS_VERSION "2.2.3"
+#define PHP_REDIS_VERSION "2.2.4"
#endif
diff --git a/rpm/php-redis.spec b/rpm/php-redis.spec
index 714854b..4f04fb1 100644
--- a/rpm/php-redis.spec
+++ b/rpm/php-redis.spec
@@ -3,7 +3,7 @@
%global php_version %(php-config --version 2>/dev/null || echo 0)
Name: php-redis
-Version: 2.2.3
+Version: 2.2.4
Release: 1%{?dist}
Summary: The phpredis extension provides an API for communicating with the Redis key-value store.