]> git.sur5r.net Git - glabels/commitdiff
2007-08-17 Jim Evins <evins@snaught.com>
authorJim Evins <evins@snaught.com>
Sat, 18 Aug 2007 01:15:57 +0000 (01:15 +0000)
committerJim Evins <evins@snaught.com>
Sat, 18 Aug 2007 01:15:57 +0000 (01:15 +0000)
* 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

glabels2/ChangeLog
glabels2/configure.in

index 55c3922c0db0a1c3b99642b666aed0d1e0ee864a..7a72151753fc6f7b70e6c4d98bbb92661074a80d 100644 (file)
@@ -1,3 +1,8 @@
+2007-08-17  Jim Evins  <evins@snaught.com>
+
+       * configure.in:
+               Bump libglabels revision numbers for 2.1.4 release.
+
 2007-08-16  Jim Evins  <evins@snaught.com>
 
        * Makefile.am:
index 587548aaf1e598aa6528f5dd410bc66f87239f36..e31ba45ec424f1936cdf712a279c059a672bc43f 100644 (file)
@@ -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)