diff options
author | antirez <antirez@gmail.com> | 2018-05-29 13:38:49 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2018-05-29 14:19:01 +0200 |
commit | 2ee4a1c9806aab459d05e60751e07d86a4bebd78 (patch) | |
tree | bcc1100f133796c701d27fb36c67e3ad8322a354 /src | |
parent | 3d5e2c62e2690cf4a4954ab846bc119c56cad66d (diff) | |
download | redis-5.0-rc1.tar.gz |
Redis 5.0 RC1.5.0-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 eb65e9bbd..a44ff4208 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "999.999.999" +#define REDIS_VERSION "4.9.101" |