Skip to content

Commit

Permalink
Release v3.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Apr 28, 2023
1 parent f2c7426 commit 2950bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/moduledefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class Module;

/** The version of the InspIRCd ABI which is presently in use. */
#define MODULE_ABI 3021UL
#define MODULE_ABI 3022UL

/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)
Expand Down
2 changes: 1 addition & 1 deletion src/version.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
echo "InspIRCd-3.15.0"
echo "InspIRCd-3.16.0"

0 comments on commit 2950bc7

Please sign in to comment.