|
| 1 | +From 0410716fff941cd751d4ce0135c4941d96e1eab7 Mon Sep 17 00:00:00 2001 |
| 2 | +From: Enrico Seiler <enrico.seiler@hotmail.de> |
| 3 | +Date: Sun, 18 Jan 2026 19:23:23 +0100 |
| 4 | +Subject: [PATCH] [NOAPI] Bump version |
| 5 | + |
| 6 | +--- |
| 7 | + test/snippet/readme_sneak_peek.out | 2 +- |
| 8 | + test/unit/detail/format_ctd_test.cpp | 2 +- |
| 9 | + test/unit/detail/format_cwl_test.cpp | 2 +- |
| 10 | + 3 files changed, 3 insertions(+), 3 deletions(-) |
| 11 | + |
| 12 | +diff --git a/test/snippet/readme_sneak_peek.out b/test/snippet/readme_sneak_peek.out |
| 13 | +index 99c4be7..7e8292d 100644 |
| 14 | +--- a/test/snippet/readme_sneak_peek.out |
| 15 | ++++ b/test/snippet/readme_sneak_peek.out |
| 16 | +@@ -28,4 +28,4 @@ OPTIONS |
| 17 | + VERSION |
| 18 | + Last update: |
| 19 | + Eat-Me-App version: |
| 20 | +- Sharg version: 1.2.1 |
| 21 | ++ Sharg version: 1.2.2-rc.1 |
| 22 | +diff --git a/test/unit/detail/format_ctd_test.cpp b/test/unit/detail/format_ctd_test.cpp |
| 23 | +index 6dd2aea..ad432f1 100644 |
| 24 | +--- a/test/unit/detail/format_ctd_test.cpp |
| 25 | ++++ b/test/unit/detail/format_ctd_test.cpp |
| 26 | +@@ -114,7 +114,7 @@ TEST_F(format_ctd_test, empty_information) |
| 27 | + // Create the dummy parser. |
| 28 | + auto parser = get_parser("--export-help", "ctd"); |
| 29 | + parser.info.date = "December 01, 1994"; |
| 30 | +- parser.info.version = "1.2.1"; |
| 31 | ++ parser.info.version = "1.2.2-rc.1"; |
| 32 | + parser.info.man_page_title = "default_man_page_title"; |
| 33 | + parser.info.short_description = "A short description here."; |
| 34 | + |
| 35 | +diff --git a/test/unit/detail/format_cwl_test.cpp b/test/unit/detail/format_cwl_test.cpp |
| 36 | +index 7c8862a..9f5ef7e 100644 |
| 37 | +--- a/test/unit/detail/format_cwl_test.cpp |
| 38 | ++++ b/test/unit/detail/format_cwl_test.cpp |
| 39 | +@@ -21,7 +21,7 @@ TEST_F(format_cwl_test, empty_information) |
| 40 | + // Create the dummy parser. |
| 41 | + auto parser = get_parser("--export-help", "cwl"); |
| 42 | + parser.info.date = "December 01, 1994"; |
| 43 | +- parser.info.version = "1.2.1"; |
| 44 | ++ parser.info.version = "1.2.2-rc.1"; |
| 45 | + parser.info.man_page_title = "default_man_page_title"; |
| 46 | + parser.info.short_description = "A short description here."; |
| 47 | + |
| 48 | +-- |
| 49 | +2.47.3 |
| 50 | + |
0 commit comments