diff options
author | Uri Lublin <uril@redhat.com> | 2013-07-10 00:57:08 +0300 |
---|---|---|
committer | Uri Lublin <uril@redhat.com> | 2013-07-17 18:32:58 +0300 |
commit | b270fb010a3ddb432dfe6b15e4bdffa6ac086cd0 (patch) | |
tree | acfbea10eeef65b2bee9360ce16e7d7853c1d788 /configure.ac | |
parent | 51d50dca002b424641b97a630a49f6105efdb0f1 (diff) |
Release 0.12.4v0.12.4
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 78896cb0..edda8e97 100644 --- a/configure.ac +++ b/configure.ac @@ -13,9 +13,9 @@ AC_PREREQ([2.57]) # 4. Follow the libtool manual for the so version: # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -m4_define([SPICE_CURRENT], [8]) +m4_define([SPICE_CURRENT], [9]) m4_define([SPICE_REVISION], [0]) -m4_define([SPICE_AGE], [7]) +m4_define([SPICE_AGE], [8]) # Note on the library name on linux (SONAME) produced by libtool (for reference, gleaned # from looking at libtool 2.4.2) |