Skip to content

Commit d3c5808

Browse files
author
D++ Update Bot
committed
auto update to latest DPP master branch
1 parent 7687abe commit d3c5808

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed
0 Bytes
Binary file not shown.

MyBot/dependencies/32/debug/lib/cmake/dpp/dpp-config-version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
# The variable CVF_VERSION must be set before calling configure_file().
1010

1111

12-
set(PACKAGE_VERSION "10.1.2")
12+
set(PACKAGE_VERSION "10.1.3")
1313

1414
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
1515
set(PACKAGE_VERSION_COMPATIBLE FALSE)
1616
else()
1717

18-
if("10.1.2" MATCHES "^([0-9]+)\\.")
18+
if("10.1.3" MATCHES "^([0-9]+)\\.")
1919
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
2020
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
2121
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
2222
endif()
2323
else()
24-
set(CVF_VERSION_MAJOR "10.1.2")
24+
set(CVF_VERSION_MAJOR "10.1.3")
2525
endif()
2626

2727
if(PACKAGE_FIND_VERSION_RANGE)
0 Bytes
Binary file not shown.

MyBot/dependencies/32/release/lib/cmake/dpp/dpp-config-version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
# The variable CVF_VERSION must be set before calling configure_file().
1010

1111

12-
set(PACKAGE_VERSION "10.1.2")
12+
set(PACKAGE_VERSION "10.1.3")
1313

1414
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
1515
set(PACKAGE_VERSION_COMPATIBLE FALSE)
1616
else()
1717

18-
if("10.1.2" MATCHES "^([0-9]+)\\.")
18+
if("10.1.3" MATCHES "^([0-9]+)\\.")
1919
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
2020
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
2121
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
2222
endif()
2323
else()
24-
set(CVF_VERSION_MAJOR "10.1.2")
24+
set(CVF_VERSION_MAJOR "10.1.3")
2525
endif()
2626

2727
if(PACKAGE_FIND_VERSION_RANGE)
0 Bytes
Binary file not shown.

MyBot/dependencies/64/debug/lib/cmake/dpp/dpp-config-version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
# The variable CVF_VERSION must be set before calling configure_file().
1010

1111

12-
set(PACKAGE_VERSION "10.1.2")
12+
set(PACKAGE_VERSION "10.1.3")
1313

1414
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
1515
set(PACKAGE_VERSION_COMPATIBLE FALSE)
1616
else()
1717

18-
if("10.1.2" MATCHES "^([0-9]+)\\.")
18+
if("10.1.3" MATCHES "^([0-9]+)\\.")
1919
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
2020
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
2121
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
2222
endif()
2323
else()
24-
set(CVF_VERSION_MAJOR "10.1.2")
24+
set(CVF_VERSION_MAJOR "10.1.3")
2525
endif()
2626

2727
if(PACKAGE_FIND_VERSION_RANGE)
0 Bytes
Binary file not shown.

MyBot/dependencies/64/release/lib/cmake/dpp/dpp-config-version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
# The variable CVF_VERSION must be set before calling configure_file().
1010

1111

12-
set(PACKAGE_VERSION "10.1.2")
12+
set(PACKAGE_VERSION "10.1.3")
1313

1414
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
1515
set(PACKAGE_VERSION_COMPATIBLE FALSE)
1616
else()
1717

18-
if("10.1.2" MATCHES "^([0-9]+)\\.")
18+
if("10.1.3" MATCHES "^([0-9]+)\\.")
1919
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
2020
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
2121
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
2222
endif()
2323
else()
24-
set(CVF_VERSION_MAJOR "10.1.2")
24+
set(CVF_VERSION_MAJOR "10.1.3")
2525
endif()
2626

2727
if(PACKAGE_FIND_VERSION_RANGE)

MyBot/dependencies/include/dpp-10.1/dpp/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#pragma once
2323

2424
#ifndef DPP_VERSION_LONG
25-
#define DPP_VERSION_LONG 0x00100102
26-
#define DPP_VERSION_SHORT 100102
27-
#define DPP_VERSION_TEXT "D++ 10.1.2 (17-Mar-2025)"
25+
#define DPP_VERSION_LONG 0x00100103
26+
#define DPP_VERSION_SHORT 100103
27+
#define DPP_VERSION_TEXT "D++ 10.1.3 (21-Mar-2025)"
2828

2929
#define DPP_VERSION_MAJOR ((DPP_VERSION_LONG & 0x00ff0000) >> 16)
3030
#define DPP_VERSION_MINOR ((DPP_VERSION_LONG & 0x0000ff00) >> 8)

0 commit comments

Comments
 (0)