Skip to content

Commit 6a3c7f8

Browse files
SiegeLordExSiegeLord
authored andcommitted
Fixup some formatting and docs.
1 parent 4fa24af commit 6a3c7f8

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CMakeLists.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ if(COMMAND cmake_policy)
2323
endif(COMMAND cmake_policy)
2424

2525

26-
##################################################################################################################
27-
# VERSION
28-
##################################################################################################################
26+
#-----------------------------------------------------------------------------#
27+
#
28+
# Version
29+
#
30+
#-----------------------------------------------------------------------------#
2931

3032
set(ALLEGRO_VERSION_REGEX_PATTERN "#define ALLEGRO_VERSION_STR[ ]+\"([0-9]+\\.[0-9]+\\.[0-9]+).*\"")
3133
file(STRINGS "${CMAKE_CURRENT_LIST_DIR}/include/allegro5/base.h" ALLEGRO_VERSION_MATCH
@@ -40,9 +42,11 @@ else()
4042
endif()
4143

4244

43-
##################################################################################################################
44-
# PROJECT
45-
##################################################################################################################
45+
#-----------------------------------------------------------------------------#
46+
#
47+
# Project
48+
#
49+
#-----------------------------------------------------------------------------#
4650

4751
# Allow generating custom project name via command-line arguments (#1174)
4852
set(ALLEGRO_PROJECT_NAME "ALLEGRO" CACHE STRING "Project default name")

README_releasing.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ on Linux.
1717

1818
git cherry-pick -x badf00d
1919

20-
2. On the master branch, bump the version to the next release and update the
21-
dates by using the `misc/fixver.sh` script. Commit this change.
20+
2. On the master branch, bump the version to the next release in
21+
`include/allegro5/base.h` and then update the dates by using the
22+
`misc/fixver.sh` script. Commit this change.
2223

2324
3. Write a changelog file. This is located in docs/src/changes-5.2.txt.
2425

0 commit comments

Comments
 (0)