File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if(POLICY CMP0167)
77 cmake_policy (SET CMP0167 NEW )
88endif ()
99
10- project (dtlmod VERSION 0.2 DESCRIPTION "Data Transport Layer Module" )
10+ project (dtlmod VERSION 0.4 DESCRIPTION "Data Transport Layer Module" )
1111
1212include (GNUInstallDirs )
1313find_package (Boost 1.48 )
@@ -66,9 +66,9 @@ endif()
6666
6767# build the version number
6868set (DTLMOD_VERSION_MAJOR "0" )
69- set (DTLMOD_VERSION_MINOR "2 " )
69+ set (DTLMOD_VERSION_MINOR "4 " )
7070set (DTLMOD_VERSION_PATCH "0" )
71- set (DTLMOD_VERSION_EXTRA "dev " )
71+ set (DTLMOD_VERSION_EXTRA "" )
7272
7373## GIT version check
7474####################
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " dtlmod"
7- version = " 0.2 "
7+ version = " 0.4 "
88description = " A versatile simulated data transport layer SimGrid module"
99authors = [
1010 { name = " The SWAT Team" , email = " simgrid-community@inria.fr" }
You can’t perform that action at this time.
0 commit comments