Skip to content

Commit

Permalink
Merge pull request #204 from eseiler/infra/release_version
Browse files Browse the repository at this point in the history
[INFRA] Set version to release
  • Loading branch information
eseiler authored Aug 8, 2023
2 parents da9077d + 9cec5c4 commit 710d11a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ OPTIONS
VERSION
Last update:
Eat-Me-App version:
Sharg version: 1.1.1-rc.1
Sharg version: 1.1.1
```
<!-- MARKDOWN-AUTO-DOCS:END -->

Expand Down
2 changes: 1 addition & 1 deletion include/sharg/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//!\brief The patch version as MACRO.
#define SHARG_VERSION_PATCH 1
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
#define SHARG_RELEASE_CANDIDATE 1
#define SHARG_RELEASE_CANDIDATE 0

//!\brief The full version as MACRO (number).
#define SHARG_VERSION (SHARG_VERSION_MAJOR * 10000 + SHARG_VERSION_MINOR * 100 + SHARG_VERSION_PATCH)
Expand Down
2 changes: 1 addition & 1 deletion test/snippet/readme_sneak_peek.out
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ OPTIONS
VERSION
Last update:
Eat-Me-App version:
Sharg version: 1.1.1-rc.1
Sharg version: 1.1.1
2 changes: 1 addition & 1 deletion test/unit/detail/format_ctd_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ TEST_F(format_ctd_test, empty_information)
// Create the dummy parser.
sharg::parser parser{"default", argv.size(), argv.data()};
parser.info.date = "December 01, 1994";
parser.info.version = "1.1.1-rc.1";
parser.info.version = "1.1.1";
parser.info.man_page_title = "default_man_page_title";
parser.info.short_description = "A short description here.";

Expand Down
2 changes: 1 addition & 1 deletion test/unit/detail/format_cwl_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TEST(format_cwl_test, empty_information)
// Create the dummy parser.
auto parser = sharg::parser{"default", argv.size(), argv.data()};
parser.info.date = "December 01, 1994";
parser.info.version = "1.1.1-rc.1";
parser.info.version = "1.1.1";
parser.info.man_page_title = "default_man_page_title";
parser.info.short_description = "A short description here.";

Expand Down

1 comment on commit 710d11a

@vercel
Copy link

@vercel vercel bot commented on 710d11a Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sharg-parser – ./

sharg-parser-seqan.vercel.app
sharg-100.vercel.app
sharg-parser-git-main-seqan.vercel.app
sharg.vercel.app

Please sign in to comment.