commit bf3cfe24c96a6266e3b0cbcf0f88f16ca84355eb parent 7336a8ee3e398d7c7981d1ee247a837f48684446 Author: default <nobody@localhost> Date: Sat, 10 Dec 2022 14:49:46 +0100 Bumped development version. Diffstat:
M | snac.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snac.h b/snac.h @@ -1,7 +1,7 @@ /* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 grunfink - MIT license */ -#define VERSION "2.14" +#define VERSION "2.15-dev" #define USER_AGENT "snac/" VERSION