Skip to content

Commit f6590f1

Browse files
committedOct 31, 2021
HaikuWebKit 1.8.3.
1 parent 6551257 commit f6590f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Source/cmake/OptionsHaiku.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include(VersioningUtils)
33

44
SET(PROJECT_VERSION_MAJOR 1)
55
SET(PROJECT_VERSION_MINOR 8)
6-
SET(PROJECT_VERSION_PATCH 2)
6+
SET(PROJECT_VERSION_PATCH 3)
77
SET(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
88

99
add_definitions(-DHAIKU_WEBKIT_VERSION=\"${PROJECT_VERSION}\")

0 commit comments

Comments
 (0)
Please sign in to comment.