kov changed libgksu/trunk/aclocal.m4, libgksu/trunk/configure.ac

Gustavo Noronha kov at alioth.debian.org
Wed Mar 4 18:57:45 UTC 2009


Mensagem de log: 
correctly setting the release version

-----


Modified: libgksu/trunk/aclocal.m4
===================================================================
--- libgksu/trunk/aclocal.m4	2009-03-04 18:55:14 UTC (rev 848)
+++ libgksu/trunk/aclocal.m4	2009-03-04 18:57:45 UTC (rev 849)
@@ -13,8 +13,8 @@
 
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(AC_AUTOCONF_VERSION, [2.61],,
-[m4_warning([this file was generated for autoconf 2.61.
+m4_if(AC_AUTOCONF_VERSION, [2.63],,
+[m4_warning([this file was generated for autoconf 2.63.
 You have another version of autoconf.  It may work, but is not guaranteed to.
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically `autoreconf'.])])

Modified: libgksu/trunk/configure.ac
===================================================================
--- libgksu/trunk/configure.ac	2009-03-04 18:55:14 UTC (rev 848)
+++ libgksu/trunk/configure.ac	2009-03-04 18:57:45 UTC (rev 849)
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 
-AC_INIT(libgksu, 2.0.8, kov at debian.org)
+AC_INIT(libgksu, 2.0.9, kov at debian.org)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AC_CONFIG_SRCDIR(libgksu/libgksu.c)
 AM_CONFIG_HEADER(config.h)




More information about the gksu-commits mailing list