lib: Add new header <openvswitch/version.h> to versioning info
authorThomas Graf <tgraf@noironetworks.com>
Mon, 24 Nov 2014 11:49:00 +0000 (12:49 +0100)
committerBen Pfaff <blp@nicira.com>
Tue, 25 Nov 2014 22:31:11 +0000 (14:31 -0800)
commit3f47a0c5499cef41c448173300954200e0f4e009
tree3a8d640f7fa3678be896f6e6586bccffa8d9614d
parent7af12bd7c83e5cf8cb831f3aa9621bac57a6a861
lib: Add new header <openvswitch/version.h> to versioning info

Exposes the package version as string and the library versioning
as numeric macro.

OVS_LIB_VERSION may be used to check for a particular version of
the interface.

OVS_LIB_REVISION and OVS_LIB_AGE exist to map a set of installed
headers to a particular shared library instance.

Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
configure.ac
include/openvswitch/.gitignore [new file with mode: 0644]
include/openvswitch/automake.mk
include/openvswitch/version.h.in [new file with mode: 0644]