Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid going back to complex selector and switch to a simple algorithm here to avoid...
[simgrid.git] / src / smpi / smpicxx.in
index 5c7d39c..ac2beeb 100755 (executable)
@@ -1,13 +1,13 @@
 #!/usr/bin/env sh
 
-# Copyright (c) 2014-2020. The SimGrid Team.
+# Copyright (c) 2014-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@"
 
 CXX=@CMAKE_CXX_COMPILER@