commit 1d3157f4961cd1ef57c361d84988112bebe6eeda parent 4f9252999fc309ea7d7a54ec74d78c862f5237b3 Author: default <nobody@localhost> Date: Wed, 10 Jan 2024 15:11:03 +0100 Version 2.44 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.44-dev" +#define VERSION "2.44" #define USER_AGENT "snac/" VERSION