Skip to content

Commit

Permalink
Update PISM version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhroulev committed Mar 20, 2020
1 parent 4b59b0c commit 5e1debd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMake/PISM_CMake_macros.cmake
Expand Up @@ -74,7 +74,7 @@ macro(pism_set_revision_tag)

# Otherwise...
if (NOT Pism_VERSION)
set (Pism_VERSION "no-version-control")
set (Pism_VERSION "v1.2.1")
endif (NOT Pism_VERSION)

set (Pism_REVISION_TAG "${Pism_BRANCH} ${Pism_VERSION}")
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/conf.py
Expand Up @@ -77,9 +77,9 @@ def git(command):
# built documents.
#
# The short X.Y version.
version = '1.2'
version = '1.2.1'
# The full version, including alpha/beta/rc tags.
release = '1.2'
release = '1.2.1'

# The language for content autogenerated by Sphinx.
language = None
Expand Down

0 comments on commit 5e1debd

Please sign in to comment.