Better to increment the version minor number when a VM bug is fixed... it will be simpler to understand what's going on when users will report problems with the INFO trace.

This commit is contained in:
antirez 2010-03-02 00:57:09 +01:00
parent ba76a8f901
commit ed7451548a

View File

@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#define REDIS_VERSION "1.3.3"
#define REDIS_VERSION "1.3.4"
#include "fmacros.h"
#include "config.h"