This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
devilutionX
mirror of
https://github.com/diasurgical/devilutionX.git
Watch
1
Star
0
Fork
You've already forked devilutionX
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10474
Commits
42
Branches
22
Tags
312 MiB
Tree:
2ec60eb2ea
1.3
1.4
1.5
AJenbo-patch-1
FindSlotUnderCursor
LineClear
LineClear-test
M_RoundWalk
access
amiga-fix
codeql
cpp20-using-enum
dev-app-icon
development
dun-data2
dyn-players
dyn-players-param
dyn-players-param2
fabiensanglard
fix-spectral-hack
glebm-patch-1
hubui
install
inv
julealgon/Enhancements/DamageStruct
master
maxexp
mutiny
next
player-max
ps2
psp
render
substitution
surface-to-cel
test
v1.0
w98-profile
wii
xad
xbrz
yuripourre-enhance-description
0.1.0
0.2.0
0.3.0
0.3.1
0.4.0
0.5.0
1.0.0
1.0.1
1.0.2
1.0.3
1.1.0
1.2.0
1.2.1
1.3.0
1.4.0
1.4.1
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2ec60eb2ea'
${ noResults }
devilutionX
/
VERSION
2 lines
11 B
Raw
Normal View
History
Unescape
Escape
Overhaul version handling Stop using git for the version tag. The new process is as follows: 1. The `VERSION` file contains the version. For release, it should contain "1.5.0". Immediately after the release, it should be changed to "1.6.0-dev". 2. The build type is included in the version string unless it is "Release". The commit hash is now included into the version string whenever the `VERSION` file has a suffix (i.e. 1.5.0-dev rather than just 1.5.0). The full version string for development builds now looks like this: `1.5.0-dev-Debug-b102dccf8`. This means we longer need git or `-DVERSION_NUM` to get a sensible version number. The in-development versions are now always clearly indicated with the `-dev` suffix no matter how DevilutionX was built.
3 years ago
1.5.0-dev