diff options
| author | default <nobody@localhost> | 2024-11-11 19:56:42 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-11 19:56:42 +0100 |
| commit | 36c65389273bcc100e909481da065d1bfdcbe5f1 (patch) | |
| tree | 9d41f53cd9a5381e987e6ec305eb949ace43c48f | |
| parent | f7860a921c59367bb5b45be90f41bc21094f093b (diff) | |
Bumped version (I forgot to do it several commits ago 🤦).
| -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.62" +#define VERSION "2.63-dev" #define USER_AGENT "snac/" VERSION |