File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed
Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 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
1414if (PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
1515 set (PACKAGE_VERSION_COMPATIBLE FALSE )
1616else ()
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)
Original file line number Diff line number Diff line change 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
1414if (PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
1515 set (PACKAGE_VERSION_COMPATIBLE FALSE )
1616else ()
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)
Original file line number Diff line number Diff line change 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
1414if (PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
1515 set (PACKAGE_VERSION_COMPATIBLE FALSE )
1616else ()
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)
Original file line number Diff line number Diff line change 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
1414if (PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
1515 set (PACKAGE_VERSION_COMPATIBLE FALSE )
1616else ()
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)
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments