File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,11 @@ if(COMMAND cmake_policy)
23
23
endif (COMMAND cmake_policy)
24
24
25
25
26
- ##################################################################################################################
27
- # VERSION
28
- ##################################################################################################################
26
+ #-----------------------------------------------------------------------------#
27
+ #
28
+ # Version
29
+ #
30
+ #-----------------------------------------------------------------------------#
29
31
30
32
set (ALLEGRO_VERSION_REGEX_PATTERN "#define ALLEGRO_VERSION_STR[ ]+\" ([0-9]+\\ .[0-9]+\\ .[0-9]+).*\" " )
31
33
file (STRINGS "${CMAKE_CURRENT_LIST_DIR} /include/allegro5/base.h" ALLEGRO_VERSION_MATCH
@@ -40,9 +42,11 @@ else()
40
42
endif ()
41
43
42
44
43
- ##################################################################################################################
44
- # PROJECT
45
- ##################################################################################################################
45
+ #-----------------------------------------------------------------------------#
46
+ #
47
+ # Project
48
+ #
49
+ #-----------------------------------------------------------------------------#
46
50
47
51
# Allow generating custom project name via command-line arguments (#1174)
48
52
set (ALLEGRO_PROJECT_NAME "ALLEGRO" CACHE STRING "Project default name" )
Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ on Linux.
17
17
18
18
git cherry-pick -x badf00d
19
19
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.
22
23
23
24
3. Write a changelog file. This is located in docs/src/changes-5.2.txt.
24
25
You can’t perform that action at this time.
0 commit comments