Skip to content

Commit 2e272c1

Browse files
committed
Merge pull request #75 from SFML/feature/2.3_prep
Bumped version number to 2.3 and updated readme.txt
2 parents 910bcc8 + 33bf91a commit 2e272c1

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
cmake_minimum_required(VERSION 2.8)
2+
cmake_minimum_required(VERSION 2.8.3)
33

44
# define a macro that helps defining an option
55
macro(csfml_set_option var default type docstring)
@@ -21,7 +21,7 @@ include(${CMAKE_SOURCE_DIR}/cmake/Config.cmake)
2121

2222
# setup version numbers
2323
set(VERSION_MAJOR 2)
24-
set(VERSION_MINOR 2)
24+
set(VERSION_MINOR 3)
2525
set(VERSION_PATCH 0)
2626

2727
# add the CSFML header path

include/SFML/Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// Define the CSFML version
3131
////////////////////////////////////////////////////////////
3232
#define CSFML_VERSION_MAJOR 2
33-
#define CSFML_VERSION_MINOR 2
33+
#define CSFML_VERSION_MINOR 3
3434
#define CSFML_VERSION_PATCH 0
3535

3636

readme.txt

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
CSFML - Simple and Fast Multimedia Library for C
22
================================================
33

4-
SFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing, graphics,
5-
audio and network.
4+
SFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing,
5+
graphics, audio and network.
66
It is originally written in C++, and this project is its official binding for the C language.
77

88
Authors
99
-------
1010

1111
Laurent Gomila - main developer ([email protected])
12+
Zachariah Brown - active maintainer ([email protected])
1213

1314
Download
1415
--------
1516

1617
You can get the latest official release on SFML website (http://www.sfml-dev.org/download/csfml).
17-
You can also get the current development version from the git repository (https://github.com/LaurentGomila/CSFML).
18+
You can also get the current development version from the git repository (https://github.com/SFML/CSFML).
1819

1920
Learn
2021
-----
2122

2223
There is no tutorial for CSFML, but since it's a binding you can use the C++ resources:
2324
* The official tutorials (http://www.sfml-dev.org/tutorials/)
2425
* The online API documentation (http://www.sfml-dev.org/documentation/)
25-
* The community wiki (https://github.com/LaurentGomila/SFML/wiki/)
26-
* The community forum (http://en.sfml-dev.org/forums/) (or http://fr.sfml-dev.org/forums/ for french people)
26+
* The community wiki (https://github.com/SFML/SFML/wiki/)
27+
* The community forum (http://en.sfml-dev.org/forums/) (or http://fr.sfml-dev.org/forums/ for French people)
2728

2829
Of course, you can also find the CSFM API documentation in the SDK.
2930

@@ -37,5 +38,5 @@ Contribute
3738

3839
SFML and CSFML are open-source projects, and they need your help to go on growing and improving.
3940
Don't hesitate to post suggestions or bug reports on the forum (http://en.sfml-dev.org/forums/),
40-
submit patches by e-mail, or post new bugs/features requests on the task tracker (https://github.com/LaurentGomila/CSFML/issues/).
41+
or post new bugs/features requests on the task tracker (https://github.com/SFML/CSFML/issues/).
4142
You can even fork the project on GitHub, maintain your own version and send us pull requests periodically to merge your work.

0 commit comments

Comments
 (0)