diff options
author | Dylan Baker <[email protected]> | 2017-11-06 16:38:06 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-11-16 16:16:45 -0800 |
commit | d8acf79f0c296d004977dc500ca1b6e7cd0b56da (patch) | |
tree | db523357b00cf04753f3e9b92ea7bb0e0fe7d101 /src/gallium/targets | |
parent | 65fc16c97413edeef508e0bfc4b0ceb4e430c1fe (diff) |
autotools: change version TINY -> PATCH
Because patch is more common than tiny for talking about the 3rd element
of a version.
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/d3dadapter9/Makefile.am | 2 | ||||
-rw-r--r-- | src/gallium/targets/xa/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/targets/d3dadapter9/Makefile.am b/src/gallium/targets/d3dadapter9/Makefile.am index 9357d30332a..159c8ea3527 100644 --- a/src/gallium/targets/d3dadapter9/Makefile.am +++ b/src/gallium/targets/d3dadapter9/Makefile.am @@ -56,7 +56,7 @@ d3dadapter9_la_LDFLAGS = \ -shrext .so \ -module \ -no-undefined \ - -version-number $(NINE_MAJOR):$(NINE_MINOR):$(NINE_TINY) \ + -version-number $(NINE_MAJOR):$(NINE_MINOR):$(NINE_PATCH) \ $(GC_SECTIONS) \ $(LD_NO_UNDEFINED) diff --git a/src/gallium/targets/xa/Makefile.am b/src/gallium/targets/xa/Makefile.am index 83a05230ff8..cd9ca49f568 100644 --- a/src/gallium/targets/xa/Makefile.am +++ b/src/gallium/targets/xa/Makefile.am @@ -44,7 +44,7 @@ libxatracker_la_LIBADD = \ libxatracker_la_LDFLAGS = \ -no-undefined \ - -version-number $(XA_MAJOR):$(XA_MINOR):$(XA_TINY) \ + -version-number $(XA_MAJOR):$(XA_MINOR):$(XA_PATCH) \ $(GC_SECTIONS) \ $(LD_NO_UNDEFINED) |