We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93b1e7 commit 8c41f16Copy full SHA for 8c41f16
Source/cmake/OptionsHaiku.cmake
@@ -2,8 +2,8 @@ include(GNUInstallDirs)
2
include(VersioningUtils)
3
4
SET(PROJECT_VERSION_MAJOR 1)
5
-SET(PROJECT_VERSION_MINOR 6)
6
-SET(PROJECT_VERSION_PATCH 9)
+SET(PROJECT_VERSION_MINOR 7)
+SET(PROJECT_VERSION_PATCH 0)
7
SET(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
8
9
add_definitions(-DHAIKU_WEBKIT_VERSION=\"${PROJECT_VERSION}\")
0 commit comments