commit c2fb2a4034f499cc44227b6485881ba9127c2f01 parent 7fe866d60de77e1accf56afb14724bcd2a00992f Author: default <nobody@localhost> Date: Thu, 7 Mar 2024 09:57:03 +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 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.49" +#define VERSION "2.50-dev" #define USER_AGENT "snac/" VERSION