Skip to content

Commit a872cb9

Browse files
committed
update version number
1 parent 560c444 commit a872cb9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(POLICY CMP0167)
77
cmake_policy(SET CMP0167 NEW)
88
endif()
99

10-
project(dtlmod VERSION 0.2 DESCRIPTION "Data Transport Layer Module")
10+
project(dtlmod VERSION 0.4 DESCRIPTION "Data Transport Layer Module")
1111

1212
include(GNUInstallDirs)
1313
find_package(Boost 1.48)
@@ -66,9 +66,9 @@ endif()
6666

6767
# build the version number
6868
set(DTLMOD_VERSION_MAJOR "0")
69-
set(DTLMOD_VERSION_MINOR "2")
69+
set(DTLMOD_VERSION_MINOR "4")
7070
set(DTLMOD_VERSION_PATCH "0")
71-
set(DTLMOD_VERSION_EXTRA "dev")
71+
set(DTLMOD_VERSION_EXTRA "")
7272

7373
## GIT version check
7474
####################

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dtlmod"
7-
version = "0.2"
7+
version = "0.4"
88
description = "A versatile simulated data transport layer SimGrid module"
99
authors = [
1010
{ name = "The SWAT Team", email = "simgrid-community@inria.fr" }

0 commit comments

Comments
 (0)