From: Jim Evins Date: Sat, 18 Aug 2007 01:15:57 +0000 (+0000) Subject: 2007-08-17 Jim Evins X-Git-Tag: glabels-2_3_0~329 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0add4c0381f437d2ddd4ea70b4af9e496f36fb3f;p=glabels 2007-08-17 Jim Evins * configure.in: Bump libglabels revision numbers for 2.1.4 release. git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@667 f5e0f49d-192f-0410-a22d-a8d8700d0965 --- diff --git a/glabels2/ChangeLog b/glabels2/ChangeLog index 55c3922c..7a721517 100644 --- a/glabels2/ChangeLog +++ b/glabels2/ChangeLog @@ -1,3 +1,8 @@ +2007-08-17 Jim Evins + + * configure.in: + Bump libglabels revision numbers for 2.1.4 release. + 2007-08-16 Jim Evins * Makefile.am: diff --git a/glabels2/configure.in b/glabels2/configure.in index 587548aa..e31ba45e 100644 --- a/glabels2/configure.in +++ b/glabels2/configure.in @@ -39,9 +39,9 @@ dnl increment current, and set revision to 0. dnl 5. If any interfaces have been added since the last public release, then increment age. dnl 6. If any interfaces have been removed since the last public release, then set age dnl to 0. -LIBGLABELS_C=3 +LIBGLABELS_C=4 LIBGLABELS_R=0 -LIBGLABELS_A=1 +LIBGLABELS_A=0 LIBGLABELS_VERSION_INFO=${LIBGLABELS_C}:${LIBGLABELS_R}:${LIBGLABELS_A} AC_SUBST(LIBGLABELS_VERSION_INFO)