Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement smx_sem_t SIMIX_sem_acquire_any(xbt_dynar_t sems)
[simgrid.git] / configure.ac
index 953f769..2337ece 100644 (file)
@@ -9,7 +9,7 @@ dnl GNU LGPL (v2.1) licence.
 ##
 
 AC_PREREQ(2.59)
-AC_INIT([simgrid],[3.3.2],[simgrid-devel@lists.gforge.inria.fr])
+AC_INIT([simgrid],[3.3.3],[simgrid-devel@lists.gforge.inria.fr])
 AC_CONFIG_SRCDIR([include/gras.h])
 AC_CONFIG_HEADERS([src/gras_config.h])
 # A CI_PREREQ(2003.01.16) # We need a recent ACI when having sub-modules
@@ -528,6 +528,7 @@ AC_CONFIG_FILES([
       examples/gras/mmrpc/Makefile
       examples/gras/pmm/Makefile
       examples/gras/all2all/Makefile
+      examples/gras/replay/Makefile
     examples/amok/Makefile       
     examples/smpi/Makefile       
 ])