Skip to content

Commit e675bb6

Browse files
author
Adrien Béraud
committed
update version to 3.5.1
1 parent 43ac0e1 commit e675bb6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(NOT CMAKE_VERSION VERSION_LESS 3.30 AND NOT POLICY CMP0167)
1010
endif()
1111

1212
set (opendht_VERSION_MAJOR 3)
13-
set (opendht_VERSION_MINOR 5.0)
13+
set (opendht_VERSION_MINOR 5.1)
1414
set (opendht_VERSION ${opendht_VERSION_MAJOR}.${opendht_VERSION_MINOR})
1515
set (PACKAGE_VERSION ${opendht_VERSION})
1616
set (VERSION "${opendht_VERSION}")

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl define macros
22
m4_define([opendht_major_version], 3)
33
m4_define([opendht_minor_version], 5)
4-
m4_define([opendht_patch_version], 0)
4+
m4_define([opendht_patch_version], 1)
55
m4_define([opendht_version],
66
[opendht_major_version.opendht_minor_version.opendht_patch_version])
77

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('opendht', 'c', 'cpp', 'cython',
2-
version: '3.5.0',
2+
version: '3.5.1',
33
meson_version: '>=1.1.0',
44
default_options: [
55
'cpp_std=c++17',

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opendht",
3-
"version-string": "3.5.0",
3+
"version-string": "3.5.1",
44
"port-version": 1,
55
"description": "OpenDHT is a distributed hash table (DHT) implementation that provides a decentralized and fault-tolerant way to store and retrieve data across a network of nodes.",
66
"homepage": "https://opendht.net",

0 commit comments

Comments
 (0)