[gnome-panel/wip/gnome-3.10+] configure.ac: reset library version info to 0:0:0



commit 359fd877e776eff1e6cb7bd1cb7ea4ef800d052e
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Thu Aug 21 21:39:59 2014 +0300

    configure.ac: reset library version info to 0:0:0

 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1566acf..b7a37fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,11 +19,12 @@ AC_CONFIG_MACRO_DIR([m4])
 # - If the interface is the same as the previous version, change to C:R+1:A
 
 LIBPANEL_APPLET_API_VERSION=gnome_panel_major_version.gnome_panel_minor_version
-LIBPANEL_APPLET_GIR_VERSION=gnome_panel_major_version[_]gnome_panel_minor_version
 AC_SUBST([LIBPANEL_APPLET_API_VERSION])
+
+LIBPANEL_APPLET_GIR_VERSION=gnome_panel_major_version[_]gnome_panel_minor_version
 AC_SUBST([LIBPANEL_APPLET_GIR_VERSION])
 
-LIB_PANEL_APPLET_LT_VERSION=2:0:0
+LIB_PANEL_APPLET_LT_VERSION=0:0:0
 AC_SUBST(LIB_PANEL_APPLET_LT_VERSION)
 
 GNOME_MAINTAINER_MODE_DEFINES


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]