Skip to content

Commit 8c41f16

Browse files
committed
HaikuWebKit 1.7.0
1 parent f93b1e7 commit 8c41f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/cmake/OptionsHaiku.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ include(GNUInstallDirs)
22
include(VersioningUtils)
33

44
SET(PROJECT_VERSION_MAJOR 1)
5-
SET(PROJECT_VERSION_MINOR 6)
6-
SET(PROJECT_VERSION_PATCH 9)
5+
SET(PROJECT_VERSION_MINOR 7)
6+
SET(PROJECT_VERSION_PATCH 0)
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)