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 b2949f3 commit 149b8d5Copy full SHA for 149b8d5
CMakeLists.txt
@@ -13,7 +13,7 @@ project(otter-browser)
13
set(MAJOR_VERSION "0")
14
set(MINOR_VERSION "9")
15
set(PATCH_VERSION "99")
16
-set(WEEKLY_VERSION "" CACHE STRING "")
+set(WEEKLY_VERSION " RC 11" CACHE STRING "")
17
18
add_definitions(-DOTTER_VERSION_MAIN="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}" -DOTTER_INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}")
19
0 commit comments