diff options
| author | default <nobody@localhost> | 2023-08-30 11:15:17 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-08-30 11:15:17 +0200 |
| commit | 9279708af9610a071048b14f3f6496f8fc5815db (patch) | |
| tree | cb682c14b293f7a983d7a6fe6f14bd93c98aa873 | |
| parent | 442ba99ada4c0d765ba4f2724ba525d156c637f9 (diff) | |
Version 2.41 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 et al. / MIT license */ -#define VERSION "2.41-dev" +#define VERSION "2.41" #define USER_AGENT "snac/" VERSION |