From f59d0715302daa640c58a4ca6a7ae232f25d1513 Mon Sep 17 00:00:00 2001 From: Jan Wielemaker Date: Wed, 18 Dec 2024 14:20:27 +0100 Subject: [PATCH] Preparing version 9.3.17 --- VERSION | 2 +- man/main.doc | 2 +- src/SWI-Prolog.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index b0f12dda4c..2b6323009b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.3.16 +9.3.17 diff --git a/man/main.doc b/man/main.doc index 5d37621f1a..76de777c62 100644 --- a/man/main.doc +++ b/man/main.doc @@ -59,7 +59,7 @@ \newcommand{\vmajor}{9} \newcommand{\vminor}{3} -\newcommand{\vpatch}{16} +\newcommand{\vpatch}{17} \newcommand{\vtag}{} \newcommand{\vmonth}{December} \newcommand{\vyear}{2024} diff --git a/src/SWI-Prolog.h b/src/SWI-Prolog.h index 4807b2590d..b262e93cb9 100644 --- a/src/SWI-Prolog.h +++ b/src/SWI-Prolog.h @@ -61,7 +61,7 @@ extern "C" { /* PLVERSION_TAG: a string, normally "", but for example "rc1" */ #ifndef PLVERSION -#define PLVERSION 90316 +#define PLVERSION 90317 #endif #ifndef PLVERSION_TAG #define PLVERSION_TAG ""