Skip to content

Commit

Permalink
Update change long and release info for draco-7_15_0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleveland committed Feb 15, 2023
1 parent bfded18 commit 7d3e47e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ string(CONCAT ddesc "An object-oriented component library supporting radiation t
project(
Draco
DESCRIPTION ${ddesc}
VERSION 7.14
VERSION 7.15.0
LANGUAGES CXX C)

# Export compile commands for compiler tools
Expand Down
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
2023-02-08 Mathew Cleveland <[email protected]>
* Draco has been updated to version 7_15_0 and is tied to the release of Jayenne-8_13_0
and Capsaicin-1_13_0.
- https://re-git.lanl.gov/draco/draco/-/milestones/5
- https://re-git.lanl.gov/groups/jayenne/-/milestones/27
- https://re-git.lanl.gov/groups/capsaicin/-/milestones/4

Draco-7_15_0, build date 2023 Feb 14, build type: Debug, DBC: 7, DRACO_DIAGNOSTICS: 0

CCS-2 Draco Team: Kelly G. Thompson, Kent G. Budge, Matt A. Cleveland, Ryan T. Wollaeger,
Ben R. Ryan, Alex R. Long, Kendra P. Long, James S. Warsa, Jae H. Chang, and Andrew T. Till.

Prior Contributors: Gabriel M. Rockefeller, Allan B. Wollaber, Tim Kelley, Rob B. Lowrie,
Paul W. Talbot, Katherine J. Wang, Ondrej Certik, Peter Ahrens, David A. Dixon,
Massimiliano Rosa, Todd J. Urbatsch, Daniel Holladay, Howard Pritchard, Jeff D. Densmore,
Jeff Furnish, John McGhee, Kris C. Garrett, Mike Buksas, Nick Myers, Paul Henning,
Randy Roberts, Seth Johnson, Todd Adams, Tom Evans, Lori Pritchett-Sheats, and Seth D. Cook.

Copyright (C) 2016-2023 Triad National Security, LLC. (C19028, LA-CC-16-016),
Released under a 3-Clause BSD License.

2022-09-01 Kendra P. Long <[email protected]>
* Draco has been updated to version 7_14_1. This is a patch release to fix certain
builds for gcc versions <9.0.0. There are no code behavior changes.
Expand Down
2 changes: 1 addition & 1 deletion src/ds++/Release.cc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const std::string copyright() {

msg << author_list() << "\n"
<< Term::ccolor(Term::fg::green)
<< "Copyright (C) 2016-2022 Triad National Security, LLC. "
<< "Copyright (C) 2016-2023 Triad National Security, LLC. "
"(C19028, LA-CC-16-016),\n Released under a 3-Clause BSD License."
<< Term::ccolor(Term::fg::reset) << std::endl;

Expand Down

0 comments on commit 7d3e47e

Please sign in to comment.