repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.3.138
[lilypond.git]
/
make
/
Version.make
blob
35857ac257cbbe23f248cca967233bc595770573
1
2
MAJOR_VERSION
= $(
TOPLEVEL_MAJOR_VERSION
)
3
MINOR_VERSION
= $(
TOPLEVEL_MINOR_VERSION
)
4
PATCH_LEVEL
= $(
TOPLEVEL_PATCH_LEVEL
)
5
# use to send patches, always empty for released version:
6
MY_PATCH_LEVEL
= $(
TOPLEVEL_MY_PATCH_LEVEL
)