diff options
| author | default <nobody@localhost> | 2023-05-29 08:27:16 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-05-29 08:27:16 +0200 |
| commit | 8551c691fb0baaa502bbd6cc4ec3291ed58354e5 (patch) | |
| tree | 813097757a91fff8dc2ef99c0adc3bd407a94e0d /snac.h | |
| parent | bf965122967f38fb93fdfa1067543c968d847a2b (diff) | |
New function update_question().
Diffstat (limited to 'snac.h')
| -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.33" +#define VERSION "2.34-dev" #define USER_AGENT "snac/" VERSION |