repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xvmc: Replace frame_started by picture_structure
[mesa/nouveau-pmpeg.git]
/
bin
/
version.mk
blob
ab20d79daee4afe123f83c482e03a60a1f612dd4
1
#!/usr/bin/make -sf
2
# Print the various Mesa version fields. This is mostly used to add the
3
# version to configure.
4
5
# This reflects that this script is usually called from the toplevel
6
TOP
=
.
7
8
include
$(
TOP
)/
configs
/
default
9
10
version
:
11
@echo
$(
MESA_VERSION
)
12
major
:
13
@echo
$(
MESA_MAJOR
)
14
minor
:
15
@echo
$(
MESA_MINOR
)
16
tiny
:
17
@echo
$(
MESA_TINY
)