diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-03-29 17:47:31 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-05-19 11:22:06 +0200 |
commit | 455cae7c74048da24e816aa3e00a3b62257f687d (patch) | |
tree | 17dac6dac535c309f488aa574d0dc96099908845 | |
parent | a97875bc3fb3e1c794139508370df9083cd144c3 (diff) | |
download | spice-455cae7c74048da24e816aa3e00a3b62257f687d.tar.gz spice-455cae7c74048da24e816aa3e00a3b62257f687d.tar.xz spice-455cae7c74048da24e816aa3e00a3b62257f687d.zip |
shlib major
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 94cd65f9..0958b6d4 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AC_PROG_LIBTOOL AM_PROG_CC_C_O AC_C_BIGENDIAN -SPICE_LT_VERSION=m4_format("%d:%d:%d", SPICE_MAJOR, SPICE_MINOR, SPICE_MICRO) +SPICE_LT_VERSION=m4_format("%d:%d:%d", 1, 0, 0) AC_SUBST(SPICE_LT_VERSION) # Check for the CPU we are using |