diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2016-08-04 17:12:38 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2016-08-04 17:12:53 +0200 |
commit | 2a2a3585e6896caa571b3fbc7786cc79fbf19b02 (patch) | |
tree | b035675e6d1e39dcce28aa9aa8963044010dbda4 /configure.ac | |
parent | 8f4547747e04117488a1ce55886306783f500cd0 (diff) |
build: Update libtool versioning for 0.13.2v0.13.2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4923b40b..f8284f63 100644 --- a/configure.ac +++ b/configure.ac @@ -12,9 +12,9 @@ AC_PREREQ([2.57]) # then set age to 0. # dnl TODO see server/spice-char.h TODO comment for API breakage -m4_define([SPICE_CURRENT], [12]) +m4_define([SPICE_CURRENT], [13]) m4_define([SPICE_REVISION], [0]) -m4_define([SPICE_AGE], [11]) +m4_define([SPICE_AGE], [12]) AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)], [spice-devel@lists.freedesktop.org], spice) |