diff options
author | default <nobody@localhost> | 2023-04-28 09:25:54 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-28 09:25:54 +0200 |
commit | fbd30cf6d343651c53d5761b94fdaa04b867f416 (patch) | |
tree | 673a0da4edf1375b91ce6ebb882a8fc8b07f1f06 | |
parent | d0e08277dad5d9a4d3f148653a01b0e72e036730 (diff) |
Version 2.29 RELEASED.
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* snac - A simple, minimalistic ActivityPub instance */ /* copyright (c) 2022 - 2023 grunfink / MIT license */ -#define VERSION "2.29-dev" +#define VERSION "2.29" #define USER_AGENT "snac/" VERSION |