Skip to content

Commit

Permalink
Release Fortnet in version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhe committed Jul 5, 2022
1 parent 80a36be commit f7e8c65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(FortnetUtils)
fnet_ensure_out_of_source_build()
fnet_load_build_settings()

set(FORTNET_VERSION "0.6")
set(FORTNET_VERSION "0.7")

project(fortnet VERSION ${FORTNET_VERSION} LANGUAGES Fortran C)

Expand Down
6 changes: 3 additions & 3 deletions doc/recipes/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = 'T. W. van der Heide'

# The full version, including alpha/beta/rc tags
release = '0.6'
release = '0.7'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -69,9 +69,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6'
release = '0.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion prog/fortnet/lib_fortnet/initprogram.F90
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ module fnet_initprogram


!> program version
character(len=*), parameter :: version = '0.6'
character(len=*), parameter :: version = '0.7'

!> copyright year
integer, parameter :: copyrightYear = 2022
Expand Down

0 comments on commit f7e8c65

Please sign in to comment.