diff --git a/NEWS.md b/NEWS.md index 5987584..1097197 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +Release 3.7-r226 (17 September 2024) +------------------------------------ + +In this release, the `sw` command outputs the `cs` tag and can report all +end-to-end hits in a compact format with option `--all-e2e`. + +(3.7: 17 September 2024, r226) + + + Release 3.6-r217 (10 September 2024) ------------------------------------ diff --git a/main.c b/main.c index 6baadd1..51b8115 100644 --- a/main.c +++ b/main.c @@ -5,7 +5,7 @@ #include "io.h" #include "ketopt.h" -#define RB3_VERSION "3.6-r225-dirty" +#define RB3_VERSION "3.7-r226" int main_build(int argc, char *argv[]); int main_merge(int argc, char *argv[]);