[PATCH evemu 2/2] Bump library version to 2:0:1

Peter Hutterer peter.hutterer at who-t.net
Wed Oct 23 17:33:07 PDT 2013


evemu_has_bit() added in 63985d71559117e9dee8880866f4c2bef20975a7 requires a
bump.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 configure.ac     | 2 +-
 src/libevemu.ver | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f14f33a..d1ae665 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AM_MAINTAINER_MODE([enable])
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-LIB_VERSION=1:0:0
+LIB_VERSION=2:0:1
 AC_SUBST([LIB_VERSION])
 
 # Initialize libtool
diff --git a/src/libevemu.ver b/src/libevemu.ver
index 3d3aaa8..a9e6bf4 100644
--- a/src/libevemu.ver
+++ b/src/libevemu.ver
@@ -42,3 +42,8 @@ EVEMU_1.0 {
   local:
     *;
 };
+
+EVEMU_1.1 {
+  global:
+    evemu_has_bit;
+} EVEMU_1.0;
-- 
1.8.3.1



More information about the Input-tools mailing list