diff options
author | Benjamin Tissoires <benjamin.tissoires@gmail.com> | 2016-04-04 10:18:30 +0200 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@gmail.com> | 2016-04-04 10:18:30 +0200 |
commit | 840c29d0f5644061755b79d9ab69fac1839c0f0f (patch) | |
tree | 43e36358a668e3e31b92d9dd56cd5d0e9416c75c | |
parent | 26627d4f8a317468edfb3c3b3aa226139fbcc1bf (diff) |
Evemu v2.4.0v2.4.0
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 572dc63..010ebe1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([Kernel device emulation], - [2.3.1], + [2.4.0], [], [evemu]) AC_CONFIG_SRCDIR([Makefile.am]) @@ -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=3:0:0 +LIB_VERSION=3:1:0 AC_SUBST([LIB_VERSION]) # Initialize libtool |