]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
tools/libfsimage: Set soname to 4.12 not 0.4.12
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 15 Oct 2018 15:20:26 +0000 (16:20 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 23 Oct 2018 13:57:24 +0000 (14:57 +0100)
This was set to 0.4.12 by accident in
  c69a6aca8522c7f676953e56191584381adf2c06
    tools/libfsimage: Bump soname to 4.12

The extra 0. is harmless but ugly.  We should be somewhat consistent.

Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libfsimage/common/Makefile

index f20e1394a8a51b4549dc2420751d1772c94b9df8..b9fb15fcadbabf583f9b33e7814c825e45ad7c63 100644 (file)
@@ -1,8 +1,8 @@
 XEN_ROOT = $(CURDIR)/../../..
 include $(XEN_ROOT)/tools/libfsimage/Rules.mk
 
-MAJOR = 0
-MINOR = 4.12
+MAJOR = 4.12
+MINOR = 0
 
 LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
 LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU