Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix git-version in smpi scripts.
[simgrid.git] / src / smpi / smpif90.in
index 5bdc564..2bae978 100644 (file)
@@ -1,12 +1,12 @@
 #!/usr/bin/env sh
 
-# Copyright (c) 2012-2021. The SimGrid Team. All rights reserved.
+# Copyright (c) 2012-2022. The SimGrid Team. All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the license (GNU LGPL) which comes with this package.
 
 SIMGRID_VERSION="@SIMGRID_VERSION_STRING@"
-SIMGRID_GITHASH="@SIMGRID_GITHASH@"
+SIMGRID_GITHASH="@GIT_VERSION@"
 
 REAL_FORTRAN_COMPILER=@SMPI_Fortran_COMPILER@