From e0b284d7e0fce855e846f18015435daa53a72737 Mon Sep 17 00:00:00 2001 From: Leonid Evdokimov Date: Mon, 26 Mar 2012 00:04:34 +0400 Subject: [PATCH] Version bump - v0.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 025b1fe4..4b83c132 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SRCS := $(OBJS:.o=.c) CONF := config.h DEPS := .depend OUT := redsocks -VERSION := 0.3 +VERSION := 0.4 LIBS := -levent CFLAGS += -g -O2