repo.or.cz
/
gfxprim
/
pasky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spiv: Fix help for arrow keys.
[gfxprim/pasky.git]
/
libver.mk
blob
16f57d4740299ea8b12d53cc6ef8c2b81f807643
1
#
2
# Contains GFXprim library version used
3
# for library names, soname etc
4
#
5
6
LIB_MAJOR
=
1
7
LIB_MINOR
=
0
8
LIB_RELEASE
=
0
9
10
LIB_VERSION
=$(
LIB_MAJOR
)
.
$(
LIB_MINOR
)