Skip to content

Commit

Permalink
Bump CDash to v3.3 (#1967)
Browse files Browse the repository at this point in the history
This PR should be the last thing merged before the CDash 3.3 branch is
created, so that it is the most recent commit on the 3.3 branch.

By merging this into master before creating a release branch for 3.3,
there will be less confusion about what the current version of master is
derived from. During the previous release cycle, master showed a version
of 3.1, while in reality it was dozens commits ahead of 3.2, which
confused the authors of multiple bug reports.
  • Loading branch information
williamjallen authored Jan 22, 2024
1 parent b0474c9 commit ed10e56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/cdash.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'expires' => env('PASSWORD_EXPIRATION', 0),
'unique' => env('UNIQUE_PASSWORD_COUNT', 0),
],
'version' => '3.2.0',
'version' => '3.3.0',
'registration' => [
'email' => [
'verify' => env('REGISTRATION_EMAIL_VERIFY', true),
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdash",
"version": "3.2.0",
"version": "3.3.0",
"description": "Continuous integration dashboard.",
"repository": "https://github.com/Kitware/CDash",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit ed10e56

Please sign in to comment.