Skip to content

Commit

Permalink
Merge pull request #116 from gnostr-org/1706050665/1ff811fc4/d5a4cd28…
Browse files Browse the repository at this point in the history
…f-v0.0.17

gnostr:v0.0.17
  • Loading branch information
RandyMcMillan authored Jan 23, 2024
2 parents d5a4cd2 + 09bf04b commit 6f1162b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gnostr.mk
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ doc:doc-gnostr-act doc-gnostr-cat doc-gnostr-git gnostr-install##
#bash -c "for n in $(ls gnostr-* ); do [ -x $n ] && help2man $n > doc/$n.1 || true; done"

.PHONY: version
version: gnostr.c## print version
version: src/gnostr.c## print version
@grep '^#define VERSION' $< | sed -En 's,.*"([^"]+)".*,\1,p' > $@
# @cat $@
.PHONY:GIT-VERSION-FILE git-version
Expand Down
2 changes: 1 addition & 1 deletion src/gnostr.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include "../include/openssl_hash.h"

#define VERSION "0.0.16"
#define VERSION "0.0.17"

#define MAX_TAGS 32
#define MAX_TAG_ELEMS 16
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.16
0.0.17

0 comments on commit 6f1162b

Please sign in to comment.