File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ sfml_set_option(CMAKE_OSX_DEPLOYMENT_TARGET "13.0" STRING "The minimal iOS versi
3131# project name
3232project (SFML VERSION 3.0.0)
3333
34- set (VERSION_IS_RELEASE OFF )
34+ set (VERSION_IS_RELEASE ON )
3535
3636# include the configuration file
3737include (cmake/Config.cmake)
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased SFML 3.0.0
3+ ## SFML 3.0.0
44
55For a closer look at breaking changes and how to migrate from SFML 2, check out the [ migration guide] ( migration.md ) .
66
Original file line number Diff line number Diff line change 3131#define SFML_VERSION_MAJOR 3
3232#define SFML_VERSION_MINOR 0
3333#define SFML_VERSION_PATCH 0
34- #define SFML_VERSION_IS_RELEASE false
34+ #define SFML_VERSION_IS_RELEASE true
3535
3636
3737// //////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments