Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronqtam <vik.kirilov@gmail.com>2017-09-04 17:57:13 +0300
committeronqtam <vik.kirilov@gmail.com>2017-09-05 13:10:03 +0300
commit90523ec19581caaa568d9a26c6a4451dbf9aec98 (patch)
tree1bc0969efdb4dbe38f2cadbc79544693cc5bbc9e
parent6a5da42fdc5349f6d603118f6a859f0f24d78cc4 (diff)
version 1.2.2
-rw-r--r--README.md2
-rw-r--r--doctest/doctest.h4
-rw-r--r--doctest/parts/doctest_fwd.h4
-rw-r--r--examples/all_features/test_output/version.txt2
-rw-r--r--scripts/version.txt2
5 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 54fec3c8..dd360447 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ You can read more about it in [**the article**](https://accu.org/var/uploads/jou
[![download](https://img.shields.io/badge/download%20%20-latest-blue.svg)](https://raw.githubusercontent.com/onqtam/doctest/master/doctest/doctest.h)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/503/badge)](https://bestpractices.coreinfrastructure.org/projects/503)
[![Join the chat at https://gitter.im/onqtam/doctest](https://badges.gitter.im/onqtam/doctest.svg)](https://gitter.im/onqtam/doctest?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-[![Try it online](https://img.shields.io/badge/try%20it-online-orange.svg)](https://wandbox.org/permlink/JNeMtO2J2Q74owJX)
+[![Try it online](https://img.shields.io/badge/try%20it-online-orange.svg)](https://wandbox.org/permlink/yrK9H7oUoUCDEddr)
<!--
[![Language](https://img.shields.io/badge/language-C++-blue.svg)](https://isocpp.org/)
[![documentation](https://img.shields.io/badge/documentation%20%20-online-blue.svg)](https://github.com/onqtam/doctest/blob/master/doc/markdown/readme.md#reference)
diff --git a/doctest/doctest.h b/doctest/doctest.h
index 87eebfb1..c4e6bbed 100644
--- a/doctest/doctest.h
+++ b/doctest/doctest.h
@@ -103,8 +103,8 @@
#define DOCTEST_VERSION_MAJOR 1
#define DOCTEST_VERSION_MINOR 2
-#define DOCTEST_VERSION_PATCH 1
-#define DOCTEST_VERSION_STR "1.2.1"
+#define DOCTEST_VERSION_PATCH 2
+#define DOCTEST_VERSION_STR "1.2.2"
#define DOCTEST_VERSION \
(DOCTEST_VERSION_MAJOR * 10000 + DOCTEST_VERSION_MINOR * 100 + DOCTEST_VERSION_PATCH)
diff --git a/doctest/parts/doctest_fwd.h b/doctest/parts/doctest_fwd.h
index 300923eb..0205b9ab 100644
--- a/doctest/parts/doctest_fwd.h
+++ b/doctest/parts/doctest_fwd.h
@@ -100,8 +100,8 @@
#define DOCTEST_VERSION_MAJOR 1
#define DOCTEST_VERSION_MINOR 2
-#define DOCTEST_VERSION_PATCH 1
-#define DOCTEST_VERSION_STR "1.2.1"
+#define DOCTEST_VERSION_PATCH 2
+#define DOCTEST_VERSION_STR "1.2.2"
#define DOCTEST_VERSION \
(DOCTEST_VERSION_MAJOR * 10000 + DOCTEST_VERSION_MINOR * 100 + DOCTEST_VERSION_PATCH)
diff --git a/examples/all_features/test_output/version.txt b/examples/all_features/test_output/version.txt
index 1a2e0ae1..acf2916a 100644
--- a/examples/all_features/test_output/version.txt
+++ b/examples/all_features/test_output/version.txt
@@ -1 +1 @@
-[doctest] doctest version is "1.2.1"
+[doctest] doctest version is "1.2.2"
diff --git a/scripts/version.txt b/scripts/version.txt
index cb174d58..d2d61a7e 100644
--- a/scripts/version.txt
+++ b/scripts/version.txt
@@ -1 +1 @@
-1.2.1 \ No newline at end of file
+1.2.2 \ No newline at end of file