diff options
author | default <nobody@localhost> | 2023-10-17 17:05:53 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-10-17 17:05:53 +0200 |
commit | d17aa86c5bb3c919fce27d79d2453e079195a342 (patch) | |
tree | 70899e4cdbdba9f96f014d0b150fd972450557a4 | |
parent | b7d0f297c3a6984327f808eb60af177078e5c742 (diff) |
Version 2.42 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.42-dev" +#define VERSION "2.42" #define USER_AGENT "snac/" VERSION |