diff options
| author | default <nobody@localhost> | 2023-02-25 18:17:51 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-02-25 18:17:51 +0100 |
| commit | cb9e82acf77e84c4c992a37b98bb887631455039 (patch) | |
| tree | dd9711af57289314902f2f82ae7d82a62fa75cc5 | |
| parent | 8de4987a3e49a3975707aad3c71d0b52c5771ccf (diff) | |
Version 2.24 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.24-dev" +#define VERSION "2.24" #define USER_AGENT "snac/" VERSION |