Skip to content

Commit c25be03

Browse files
committed
Dolphin 4.0 release
1 parent 0c3cb50 commit c25be03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if (APPLE)
3434
endif()
3535
project(dolphin-emu)
3636
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/CMakeTests)
37-
set(DOLPHIN_IS_STABLE FALSE)
37+
set(DOLPHIN_IS_STABLE TRUE)
3838

3939
# Set up paths
4040
if((${CMAKE_SYSTEM_NAME} MATCHES "Darwin"))
@@ -104,8 +104,8 @@ if(GIT_FOUND AND NOT DOLPHIN_WC_REVISION)
104104
endif()
105105

106106
# version number
107-
set(DOLPHIN_VERSION_MAJOR "3")
108-
set(DOLPHIN_VERSION_MINOR "5")
107+
set(DOLPHIN_VERSION_MAJOR "4")
108+
set(DOLPHIN_VERSION_MINOR "0")
109109
if(DOLPHIN_IS_STABLE)
110110
set(DOLPHIN_VERSION_PATCH "0")
111111
else()

0 commit comments

Comments
 (0)