diff options
author | antirez <antirez@gmail.com> | 2015-12-23 12:47:14 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2015-12-23 13:35:32 +0100 |
commit | 3955fdee60524234b642c84d7bc88f179e6dea3c (patch) | |
tree | 17330c6fdfec67821fc4d4ad319acea20e90a498 /src | |
parent | 9cd1cd66808742b3e05c974c68f4752aea969f97 (diff) | |
download | redis-3.2-rc1.tar.gz |
Redis 3.1.101 (Redis 3.2.0 RC1).3.2-rc1
Diffstat (limited to 'src')
-rw-r--r-- | src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index dbb6197c8..3b8622ac0 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "3.1.999" +#define REDIS_VERSION "3.1.101" |