Skip to content

Commit

Permalink
HaikuWebKit 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkomandy committed May 26, 2020
1 parent f93b1e7 commit 8c41f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/cmake/OptionsHaiku.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include(GNUInstallDirs)
include(VersioningUtils)

SET(PROJECT_VERSION_MAJOR 1)
SET(PROJECT_VERSION_MINOR 6)
SET(PROJECT_VERSION_PATCH 9)
SET(PROJECT_VERSION_MINOR 7)
SET(PROJECT_VERSION_PATCH 0)
SET(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})

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

0 comments on commit 8c41f16

Please sign in to comment.