Skip to content

Commit

Permalink
Release v3.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Dec 22, 2023
1 parent 473e57e commit 786a538
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 3022UL
#define MODULE_ABI 3023UL

/** 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.16.1"
echo "InspIRCd-3.17.0"

0 comments on commit 786a538

Please sign in to comment.