commit 86626e5b56ec648600b7127753a27251f5a03b48 parent 685a1fb9cc6d73b5465cd23346ff7028bb7e3e54 Author: default <nobody@localhost> Date: Thu, 4 Apr 2024 10:13:06 +0200 Version 2.51 RELEASED. 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 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.51-dev" +#define VERSION "2.51" #define USER_AGENT "snac/" VERSION