From 2ca40529962f78ad228a2d81f0645e9b804b7e8e Mon Sep 17 00:00:00 2001 From: Zhuofei Wang Date: Sun, 8 Sep 2024 01:03:54 +0800 Subject: [PATCH] Bump version to 0.70 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8c1f8a..e405cde 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ SRCS := $(OBJS:.o=.c) CONF := config.h DEPS := .depend OUT := redsocks2 -VERSION := 0.68 +VERSION := 0.70 OS := $(shell uname) LIBS := -levent