Skip to content

Commit ed10e56

Browse files
Bump CDash to v3.3 (#1967)
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.
1 parent b0474c9 commit ed10e56

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/cdash.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'expires' => env('PASSWORD_EXPIRATION', 0),
2222
'unique' => env('UNIQUE_PASSWORD_COUNT', 0),
2323
],
24-
'version' => '3.2.0',
24+
'version' => '3.3.0',
2525
'registration' => [
2626
'email' => [
2727
'verify' => env('REGISTRATION_EMAIL_VERIFY', true),

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdash",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Continuous integration dashboard.",
55
"repository": "https://github.com/Kitware/CDash",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)