Skip to content

Commit fd8519e

Browse files
committed
Preparing version 10.1.3
1 parent 0025759 commit fd8519e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.1.2
1+
10.1.3

man/main.doc

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

6060
\newcommand{\vmajor}{10}
6161
\newcommand{\vminor}{1}
62-
\newcommand{\vpatch}{2}
62+
\newcommand{\vpatch}{3}
6363
\newcommand{\vtag}{}
64-
\newcommand{\vmonth}{January}
64+
\newcommand{\vmonth}{February}
6565
\newcommand{\vyear}{2026}
6666

6767
#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 100102
64+
#define PLVERSION 100103
6565
#endif
6666
#ifndef PLVERSION_TAG
6767
#define PLVERSION_TAG ""

0 commit comments

Comments
 (0)