Skip to content

Commit e8ee19e

Browse files
committed
CONFIG: update to v1.4.2
1 parent 1f33da3 commit e8ee19e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project (cpp-pre)
1010

1111
set (pre_VERSION_MAJOR 1)
1212
set (pre_VERSION_MINOR 4)
13-
set (pre_VERSION_PATCH 1)
13+
set (pre_VERSION_PATCH 2)
1414

1515
set (PRE_VERSION "${pre_VERSION_MAJOR}.${pre_VERSION_MINOR}.${pre_VERSION_PATCH}")
1616

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "lib-cpp-pre"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.4.1
41+
PROJECT_NUMBER = 1.4.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)