diff --git a/LICENSE b/LICENSE index 857e3e63a1..7e0fa3d78f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Copyright (c) 2012-2015, J. Bakosi Copyright (c) 2016-2018, Los Alamos National Security, LLC -Copyright (c) 2019-2023, Triad National Security, LLC +Copyright (c) 2019-2024, Triad National Security, LLC All rights reserved. This program was produced under U.S. Government contract 89233218CNA000001 for diff --git a/README.md b/README.md index cf46ffe00c..12de2318ba 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ using hardware resources efficiently, even for problems with _a priori_ unknown, heterogeneous, and dynamic load distribution. This software has been acknowledged by the U.S. Department of Energy / National -Nuclear Security Administration for open source release, O4694. +Nuclear Security Administration for open source release, O4755. For more details on philosophy, documentation, software design, journal papers, license, and contributing see the [documentation](https://quinoacomputing.github.io). diff --git a/doc/quinoa.doxy b/doc/quinoa.doxy index 9199e5b8b7..3083d58e0d 100644 --- a/doc/quinoa.doxy +++ b/doc/quinoa.doxy @@ -2414,7 +2414,7 @@ HTML_EXTRA_STYLESHEET = \ ##! M_LINKS_NAVBAR2 = "resources GitHub papers License roadmap contributing coverage Tarballs Practices" -##! M_PAGE_FINE_PRINT = "

Quinoa docs, part of the Quinoa project. Copyright © J. Bakosi 2012–2015, Los Alamos National Security, LLC, 2016–2018, Triad National Security, LLC, 2019-2023. Generated on @BUILD_DATE_SIMPLE@ using Doxygen and m.css. Contact us via GitHub.

" +##! M_PAGE_FINE_PRINT = "

Quinoa docs, part of the Quinoa project. Copyright © J. Bakosi 2012–2015, Los Alamos National Security, LLC, 2016–2018, Triad National Security, LLC, 2019-2024. Generated on @BUILD_DATE_SIMPLE@ using Doxygen and m.css. Contact us via GitHub.

" # previously, the commit hash was included in the M_PAGE_FINE_PRINT using the # following code: @GIT_SHA1_ONLY@ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7169dbed11..17aea327b4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -23,11 +23,11 @@ include(DisallowInSourceBuilds) disallow_in_source_builds() # Set version number: major.minor -set(MAJOR_VER 0) -set(MINOR_VER 5) +set(MAJOR_VER 1) +set(MINOR_VER 0) # Set LA-CC number -set(LACC "4694") +set(LACC "4755") # Sets CMAKE_INSTALL_{BIN,LIB}DIR needed for multilib support include(GNUInstallDirs)