summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-10-07 18:15:37 +0200
committerGravatar default2022-10-07 18:15:37 +0200
commit266207a9a5292d4eade365d3a4e2fe678af8189c (patch)
treebb79f346f8edc06fe42077bb5665e8ca415d3a3d
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-2.02.tar.gz
snac2-2.02.tar.xz
snac2-2.02.zip
Version 2.02 RELEASED.2.02
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 365115c..b1b52c4 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 grunfink - MIT license */ 2/* copyright (c) 2022 grunfink - MIT license */
3 3
4#define VERSION "2.01" 4#define VERSION "2.02"
5 5
6#define USER_AGENT "snac/" VERSION 6#define USER_AGENT "snac/" VERSION
7 7