Skip to content

Commit 236da7c

Browse files
committed
Version Change
1 parent 4b39df6 commit 236da7c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.30)
2-
project(pcre2cpp VERSION 1.2.2 LANGUAGES CXX)
2+
project(pcre2cpp VERSION 1.2.3 LANGUAGES CXX)
33

44
option(BUILD_SHARED_LIBS "Build shared library" OFF)
55
option(PCRE2CPP_BUILD_TESTS "Build tests" OFF)

pcre2cpp/include/pcre2cpp/config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
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
@@ -95,7 +95,7 @@
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

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project(pcre2cpp-tests VERSION 1.2.2 LANGUAGES CXX)
1+
project(pcre2cpp-tests VERSION 1.2.3 LANGUAGES CXX)
22

33
# source files
44
set(PROJECT_TEST_SOURCES ${PROJECT_NAME}_TEST_SOURCES)

0 commit comments

Comments
 (0)