diff options
author | default <nobody@localhost> | 2024-03-04 18:40:58 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-03-04 18:40:58 +0100 |
commit | ea4dd9bed79a517ff38aca4a845194e1dd9a715e (patch) | |
tree | d5aecf28591e5bc6f249e2558f18493dacc492ce | |
parent | 30e6125b7d84fe740aac72d52524756e95c0a278 (diff) |
Version 2.49 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 - 2024 grunfink et al. / MIT license */ -#define VERSION "2.49-dev" +#define VERSION "2.49" #define USER_AGENT "snac/" VERSION |