File tree Expand file tree Collapse file tree
pcre2cpp/include/pcre2cpp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.30 )
2- project (pcre2cpp VERSION 1.2.2 LANGUAGES CXX )
2+ project (pcre2cpp VERSION 1.2.3 LANGUAGES CXX )
33
44option (BUILD_SHARED_LIBS "Build shared library" OFF )
55option (PCRE2CPP_BUILD_TESTS "Build tests" OFF )
Original file line number Diff line number Diff line change 5252 * @brief pcre2cpp version patch number
5353 * @ingroup pcre2cpp
5454 */
55- #define PCRE2CPP_VERSION_PATCH 2
55+ #define PCRE2CPP_VERSION_PATCH 3
5656
5757 /* *
5858 * @brief stringify helper
9595 * @brief pcre2cpp last update day
9696 * @ingroup pcre2cpp
9797 */
98- #define PCRE2CPP_LAST_UPDATE_DAY 04
98+ #define PCRE2CPP_LAST_UPDATE_DAY 06
9999 /* *
100100 * @brief pcre2cpp last update month
101101 * @ingroup pcre2cpp
Original file line number Diff line number Diff line change 1- project (pcre2cpp-tests VERSION 1.2.2 LANGUAGES CXX )
1+ project (pcre2cpp-tests VERSION 1.2.3 LANGUAGES CXX )
22
33# source files
44set (PROJECT_TEST_SOURCES ${PROJECT_NAME} _TEST_SOURCES)
You can’t perform that action at this time.
0 commit comments