[Xfce4-commits] <xfce4-panel:master> Bump version-info of libxfce4panel.
Nick Schermer
noreply at xfce.org
Sat Apr 14 00:32:05 CEST 2012
Updating branch refs/heads/master
to 9c0fee2cd46a5083b086e5d68c82cc9726cae3c1 (commit)
from 58769ecd756d2fab5537e113e786b788eb26f998 (commit)
commit 9c0fee2cd46a5083b086e5d68c82cc9726cae3c1
Author: Nick Schermer <nick at xfce.org>
Date: Fri Apr 13 22:42:50 2012 +0200
Bump version-info of libxfce4panel.
Some API was removed or changed, so packagers need to
rebuild every plugin against the new panel.
Enforce this by bumping the library version.
configure.ac.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 71a42c4..212b5c4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,7 +8,7 @@ dnl
dnl ***************************
dnl *** Version information ***
dnl ***************************
-m4_define([libxfce4panel_verinfo], [3:0:0]) dnl current:revision:age
+m4_define([libxfce4panel_verinfo], [4:0:0]) dnl current:revision:age
m4_define([libxfce4panel_version_api], [1.0])
m4_define([xfce4_panel_config_version], [2])
m4_define([xfce4_panel_version_major], [4])
More information about the Xfce4-commits
mailing list