incremented version number to 1.001, AKA Redis edge is no longer stable...

This commit is contained in:
antirez
2009-09-10 17:46:21 +02:00
parent 942a39618b
commit 244de507b3
+1 -1
View File
@@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#define REDIS_VERSION "1.000"
#define REDIS_VERSION "1.001"
#include "fmacros.h"
#include "config.h"