X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30d974c465aad01f80c4d5c41576456717b7c145..69c8331b2fdb12bd9b75160c6cff4e0b3e978911:/configure.ac diff --git a/configure.ac b/configure.ac index 953f769912..2337ece7a2 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ])