summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-04-05 09:19:51 +0200
committerGravatar default2023-04-05 09:19:51 +0200
commit1cdd6d19960c2e448de43eec85f4c4f87776459f (patch)
tree39a8a72ee69c13502f5b8c087aa56b4e5ce67479
parentMore log level tweaks. (diff)
downloadpenes-snac2-2.26.tar.gz
penes-snac2-2.26.tar.xz
penes-snac2-2.26.zip
Version 2.26 RELEASED.2.26
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 3a67d8e..9740b0a 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.26-dev" 4#define VERSION "2.26"
5 5
6#define USER_AGENT "snac/" VERSION 6#define USER_AGENT "snac/" VERSION
7 7