Skip to content

Commit

Permalink
updated version and open-source number
Browse files Browse the repository at this point in the history
  • Loading branch information
adityakpandare committed Aug 7, 2024
1 parent d59452a commit df3aab1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion doc/quinoa.doxy
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@ HTML_EXTRA_STYLESHEET = \

##! M_LINKS_NAVBAR2 = "resources <a href=\"https://github.com/quinoacomputing/quinoa\">GitHub</a> papers <a href=\"https://github.com/quinoacomputing/quinoa/blob/master/LICENSE\">License</a> roadmap contributing coverage <a href=\"https://github.com/quinoacomputing/quinoa/releases\">Tarballs</a> <a href=\"https://bestpractices.coreinfrastructure.org/projects/2120\">Practices</a>"

##! M_PAGE_FINE_PRINT = "<p>Quinoa docs, part of the <a href="https://github.com/quinoacomputing/">Quinoa project</a>. Copyright © J. Bakosi 2012&ndash;2015, Los Alamos National Security, LLC, 2016&ndash;2018, <a href="https://www.triadns.org/">Triad National Security, LLC,</a> 2019-2023. Generated on @BUILD_DATE_SIMPLE@ using <a href="http://doxygen.org/">Doxygen</a> and <a href="http://mcss.mosra.cz/">m.css</a>. Contact us via <a href="https://github.com/quinoacomputing/quinoa/issues">GitHub</a>.</p>"
##! M_PAGE_FINE_PRINT = "<p>Quinoa docs, part of the <a href="https://github.com/quinoacomputing/">Quinoa project</a>. Copyright © J. Bakosi 2012&ndash;2015, Los Alamos National Security, LLC, 2016&ndash;2018, <a href="https://www.triadns.org/">Triad National Security, LLC,</a> 2019-2024. Generated on @BUILD_DATE_SIMPLE@ using <a href="http://doxygen.org/">Doxygen</a> and <a href="http://mcss.mosra.cz/">m.css</a>. Contact us via <a href="https://github.com/quinoacomputing/quinoa/issues">GitHub</a>.</p>"

# previously, the commit hash was included in the M_PAGE_FINE_PRINT using the
# following code: <a href="https://github.com/quinoacomputing/quinoa/commit/@GIT_SHA1_ONLY@">@GIT_SHA1_ONLY@</a>
Expand Down
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit df3aab1

Please sign in to comment.