commit 71537bdaf8fa3e752b7178efdf53e5c1c1402973 parent 5c303d539b48cdec5cc9cca77472faaa7c5c8d71 Author: default <nobody@localhost> Date: Sat, 25 Jan 2025 05:29:01 +0100 Bumped 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 - 2025 grunfink et al. / MIT license */ -#define VERSION "2.69" +#define VERSION "2.70-dev" #define USER_AGENT "snac/" VERSION