diff --git a/app/main.F90 b/app/main.F90 index 5507e74..4f23ac9 100644 --- a/app/main.F90 +++ b/app/main.F90 @@ -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) diff --git a/fpm.toml b/fpm.toml index ba52cc9..c36254b 100644 --- a/fpm.toml +++ b/fpm.toml @@ -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 = "alvaro.ruiz@ehu.eus" @@ -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 = "*"