Skip to content

Commit

Permalink
Preparing version 9.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Oct 12, 2024
1 parent 4a460d4 commit d829bc5
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.12
9.3.13
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}{12}
\newcommand{\vpatch}{13}
\newcommand{\vtag}{}
\newcommand{\vmonth}{September}
\newcommand{\vmonth}{October}
\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 90312
#define PLVERSION 90313
#endif
#ifndef PLVERSION_TAG
#define PLVERSION_TAG ""
Expand Down

0 comments on commit d829bc5

Please sign in to comment.