From 89946d1fc7d6ec78ffa4f40bd5a5f003d0976dcb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 13 Dec 2020 00:50:03 +0100 Subject: [PATCH] Update version in @since comments for wxWebRequest to 3.1.5 Hopefully this is the last update. --- interface/wx/creddlg.h | 2 +- interface/wx/webrequest.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/wx/creddlg.h b/interface/wx/creddlg.h index 336caf9f2a..37b2b59646 100644 --- a/interface/wx/creddlg.h +++ b/interface/wx/creddlg.h @@ -15,7 +15,7 @@ @note For secure saving and loading users and passwords, have a look at wxSecretStore. - @since 3.1.2 + @since 3.1.5 @library{wxcore} @category{cmndlg} diff --git a/interface/wx/webrequest.h b/interface/wx/webrequest.h index 5a65854b08..777a5c4a77 100644 --- a/interface/wx/webrequest.h +++ b/interface/wx/webrequest.h @@ -103,7 +103,7 @@ A new block of data has been downloaded. @endEventTable - @since 3.1.3 + @since 3.1.5 @library{wxnet} @category{net} @@ -397,7 +397,7 @@ public: /** A wxWebResponse allows access to the response sent by the server. - @since 3.1.2 + @since 3.1.5 @library{wxnet} @category{net} @@ -472,7 +472,7 @@ public: cookies. Additionally, an underlying network connection might be kept alive to achieve faster additional responses. - @since 3.1.2 + @since 3.1.5 @library{wxnet} @category{net} @@ -566,7 +566,7 @@ public: Each implementation of wxWebSession should have its own factory. - @since 3.1.2 + @since 3.1.5 @library{wxnet} @category{net} @@ -587,7 +587,7 @@ public: A web request event sent during or after server communication. - @since 3.1.2 + @since 3.1.5 @library{wxnet} @category{net}