Skip to content

Commit

Permalink
New version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
irukoa committed Mar 13, 2024
1 parent 97a68bb commit b0e1275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ program main

implicit none

character(len=10) :: ver = "0.0.0"
character(len=10) :: ver = "1.0.0"

call MPI_INIT(ierror)

Expand Down
6 changes: 3 additions & 3 deletions fpm.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "SsTC_driver"
version = "0.0.0"
version = "1.0.0"
license = "GNU General Public License v3.0"
author = "Álvaro R. Puente-Uriona"
maintainer = "[email protected]"
Expand All @@ -23,8 +23,8 @@ implicit-external = true
source-form = "free"

[dependencies]
MAC = { git="https://github.com/irukoa/MAC.git" }
WannInt = { git="https://github.com/irukoa/WannInt.git" }
MAC = { git="https://github.com/irukoa/MAC.git", tag = "v1.0.0" }
WannInt = { git="https://github.com/irukoa/WannInt.git", tag = "v1.0.0" }
mpi = "*"
openmp = "*"

Expand Down

0 comments on commit b0e1275

Please sign in to comment.