summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-12-10 14:49:46 +0100
committerGravatar default2022-12-10 14:49:46 +0100
commitbf3cfe24c96a6266e3b0cbcf0f88f16ca84355eb (patch)
treea64f556225b7c2706772c8a9c42d08411331a864
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-bf3cfe24c96a6266e3b0cbcf0f88f16ca84355eb.tar.gz
snac2-bf3cfe24c96a6266e3b0cbcf0f88f16ca84355eb.tar.xz
snac2-bf3cfe24c96a6266e3b0cbcf0f88f16ca84355eb.zip
Bumped development version.
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 84d4788..ac3c0d6 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.14" 4#define VERSION "2.15-dev"
5 5
6#define USER_AGENT "snac/" VERSION 6#define USER_AGENT "snac/" VERSION
7 7