mirror of
https://github.com/SFML/SFML.git
synced 2025-01-18 15:25:12 +08:00
Mark code as official release
This commit is contained in:
parent
6b9f3e36c2
commit
7f1162dfea
@ -31,7 +31,7 @@ sfml_set_option(CMAKE_OSX_DEPLOYMENT_TARGET "13.0" STRING "The minimal iOS versi
|
||||
# project name
|
||||
project(SFML VERSION 3.0.0)
|
||||
|
||||
set(VERSION_IS_RELEASE OFF)
|
||||
set(VERSION_IS_RELEASE ON)
|
||||
|
||||
# include the configuration file
|
||||
include(cmake/Config.cmake)
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased SFML 3.0.0
|
||||
## SFML 3.0.0
|
||||
|
||||
For a closer look at breaking changes and how to migrate from SFML 2, check out the [migration guide](migration.md).
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#define SFML_VERSION_MAJOR 3
|
||||
#define SFML_VERSION_MINOR 0
|
||||
#define SFML_VERSION_PATCH 0
|
||||
#define SFML_VERSION_IS_RELEASE false
|
||||
#define SFML_VERSION_IS_RELEASE true
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user