Final changes for v0.11.0 (#6318)

This commit is contained in:
Todd Gamblin 2018-01-16 22:25:08 -08:00 committed by GitHub
parent 4d7e7f25c4
commit 84b2cc0823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,6 @@ correspond to sections in the slides above.
4. :ref:`build-systems-tutorial` 4. :ref:`build-systems-tutorial`
5. :ref:`advanced-packaging-tutorial` 5. :ref:`advanced-packaging-tutorial`
6. :ref:`modules-tutorial` 6. :ref:`modules-tutorial`
7. :ref:`modules-tutorial`
Full contents: Full contents:

View File

@ -96,7 +96,7 @@
# Initialize various data structures & objects at the core of Spack. # Initialize various data structures & objects at the core of Spack.
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# Version information # Version information
spack_version = Version("0.10.0") spack_version = Version("0.11.0")
# Set up the default packages database. # Set up the default packages database.