Skip to content

Commit 7f1162d

Browse files
committed
Mark code as official release
1 parent 6b9f3e3 commit 7f1162d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sfml_set_option(CMAKE_OSX_DEPLOYMENT_TARGET "13.0" STRING "The minimal iOS versi
3131
# project name
3232
project(SFML VERSION 3.0.0)
3333

34-
set(VERSION_IS_RELEASE OFF)
34+
set(VERSION_IS_RELEASE ON)
3535

3636
# include the configuration file
3737
include(cmake/Config.cmake)

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased SFML 3.0.0
3+
## SFML 3.0.0
44

55
For a closer look at breaking changes and how to migrate from SFML 2, check out the [migration guide](migration.md).
66

include/SFML/Config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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
////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)