Skip to content

Commit

Permalink
Dolphin 4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
delroth committed Sep 22, 2013
1 parent 0c3cb50 commit c25be03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (APPLE)
endif()
project(dolphin-emu)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/CMakeTests)
set(DOLPHIN_IS_STABLE FALSE)
set(DOLPHIN_IS_STABLE TRUE)

# Set up paths
if((${CMAKE_SYSTEM_NAME} MATCHES "Darwin"))
Expand Down Expand Up @@ -104,8 +104,8 @@ if(GIT_FOUND AND NOT DOLPHIN_WC_REVISION)
endif()

# version number
set(DOLPHIN_VERSION_MAJOR "3")
set(DOLPHIN_VERSION_MINOR "5")
set(DOLPHIN_VERSION_MAJOR "4")
set(DOLPHIN_VERSION_MINOR "0")
if(DOLPHIN_IS_STABLE)
set(DOLPHIN_VERSION_PATCH "0")
else()
Expand Down

0 comments on commit c25be03

Please sign in to comment.