summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-02-04 19:58:00 +0100
committerGravatar default2023-02-04 19:58:00 +0100
commit11c7d6ebff356f28708afd3e591fe2176c063110 (patch)
tree10e277801575b03f1d16c4624dc0ba5fe282969d
parentUpdated TODO. (diff)
downloadsnac2-11c7d6ebff356f28708afd3e591fe2176c063110.tar.gz
snac2-11c7d6ebff356f28708afd3e591fe2176c063110.tar.xz
snac2-11c7d6ebff356f28708afd3e591fe2176c063110.zip
Version 2.20 RELEASED.2.20
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 78007f7..7c417cf 100644
--- a/snac.h
+++ b/snac.h
@@ -1,7 +1,7 @@
1/* snac - A simple, minimalistic ActivityPub instance */ 1/* snac - A simple, minimalistic ActivityPub instance */
2/* copyright (c) 2022 - 2023 grunfink / MIT license */ 2/* copyright (c) 2022 - 2023 grunfink / MIT license */
3 3
4#define VERSION "2.20-dev" 4#define VERSION "2.20"
5 5
6#define USER_AGENT "snac/" VERSION 6#define USER_AGENT "snac/" VERSION
7 7