Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
generalize behavior of commit 3391e81 to other test/wait functions
[simgrid.git] / CMakeLists.txt
index 83eb99b4d7192d20b5d49f39074760f488a5de69..621f9f6323df4c6676d5bce18f44bdc85c0d346d 100644 (file)
@@ -57,7 +57,7 @@ set(SIMGRID_VERSION_MINOR "11")
 set(SIMGRID_VERSION_PATCH "0")
 set(SIMGRID_VERSION_EXTRA "-devel") # Extra words to add to version string (e.g. -rc1)
 
-set(SIMGRID_VERSION_DATE  "2013") # Year for copyright information
+set(SIMGRID_VERSION_DATE  "2014") # Year for copyright information
 
 if(${SIMGRID_VERSION_PATCH} EQUAL "0")
   set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}")