Skip to content

Commit fc7ef84

Browse files
committed
Preparing version 10.1.13
1 parent af369f7 commit fc7ef84

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.1.12
1+
10.1.13

man/main.plx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858

5959
\newcommand{\vmajor}{10}
6060
\newcommand{\vminor}{1}
61-
\newcommand{\vpatch}{12}
61+
\newcommand{\vpatch}{13}
6262
\newcommand{\vtag}{}
63-
\newcommand{\vmonth}{July}
63+
\newcommand{\vmonth}{August}
6464
\newcommand{\vyear}{2026}
6565

6666
#ifdef BOOK

src/SWI-Prolog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extern "C" {
6161
/* PLVERSION_TAG: a string, normally "", but for example "rc1" */
6262

6363
#ifndef PLVERSION
64-
#define PLVERSION 100112
64+
#define PLVERSION 100113
6565
#endif
6666
#ifndef PLVERSION_TAG
6767
#define PLVERSION_TAG ""

0 commit comments

Comments
 (0)