From 175b8fe7a1990a7f3da278bc57271f3296926153 Mon Sep 17 00:00:00 2001 From: septag Date: Wed, 16 Oct 2019 14:06:26 +0330 Subject: [PATCH] version bump --- src/atlasc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atlasc.c b/src/atlasc.c index d456f94..43762d7 100644 --- a/src/atlasc.c +++ b/src/atlasc.c @@ -92,7 +92,7 @@ static void* g_alloc_ctx; #define S2O_MALLOC(sz) atlasc__malloc(sz, g_alloc_ctx) #include "sproutline/sproutline.h" -#define VERSION 1020 +#define VERSION 1021 static char g_error_str[512];