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