diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2016-03-29 11:33:20 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2016-04-01 15:16:27 +0200 |
commit | 281eeed189a12ac7a49eb61b5cba9bb0026c1150 (patch) | |
tree | aa78d79e34c1e707aafdaa3b227baf9c5ba61ada | |
parent | 80832dd17eaa0693bad4bdf3c8d6c95f4fa3e3fd (diff) |
build-sys: Update libtool versioning for 0.13.1
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9541b598..84195080 100644 --- a/configure.ac +++ b/configure.ac @@ -11,9 +11,9 @@ AC_PREREQ([2.57]) # - If any interfaces have been removed or changed since the last public release, # then set age to 0. # -m4_define([SPICE_CURRENT], [11]) +m4_define([SPICE_CURRENT], [12]) m4_define([SPICE_REVISION], [0]) -m4_define([SPICE_AGE], [10]) +m4_define([SPICE_AGE], [11]) AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)], [spice-devel@lists.freedesktop.org], spice) |