diff options
author | default <nobody@localhost> | 2024-02-05 19:20:27 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-02-05 19:20:27 +0100 |
commit | 67fbc6816b7bf22ecf9c93e1f42700e409b3b21c (patch) | |
tree | b51f9567e3c090936922fc5782524d463f0d2745 | |
parent | 85bf3472b79e73428b0394e75fc41b35109a6cbb (diff) |
Bumped version.
-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.46" +#define VERSION "2.47-dev" #define USER_AGENT "snac/" VERSION |