Skip to content

Commit

Permalink
Preparing version 9.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Dec 2, 2024
1 parent d5b6bcb commit a3601d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.3.15
9.3.16
4 changes: 2 additions & 2 deletions man/main.doc
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@

\newcommand{\vmajor}{9}
\newcommand{\vminor}{3}
\newcommand{\vpatch}{15}
\newcommand{\vpatch}{16}
\newcommand{\vtag}{}
\newcommand{\vmonth}{November}
\newcommand{\vmonth}{December}
\newcommand{\vyear}{2024}

#ifdef BOOK
Expand Down
2 changes: 1 addition & 1 deletion src/SWI-Prolog.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ extern "C" {
/* PLVERSION_TAG: a string, normally "", but for example "rc1" */

#ifndef PLVERSION
#define PLVERSION 90315
#define PLVERSION 90316
#endif
#ifndef PLVERSION_TAG
#define PLVERSION_TAG ""
Expand Down

0 comments on commit a3601d6

Please sign in to comment.