[Xfce4-commits] r30169 - pyxfce/branches/4.6

Danny Milosavljevic dannym at xfce.org
Thu Jul 2 23:54:51 CEST 2009


Author: dannym
Date: 2009-07-02 21:54:51 +0000 (Thu, 02 Jul 2009)
New Revision: 30169

Modified:
   pyxfce/branches/4.6/configure.ac
Log:
pyxfce 4.6: update required Xfce version

Modified: pyxfce/branches/4.6/configure.ac
===================================================================
--- pyxfce/branches/4.6/configure.ac	2009-07-02 21:51:38 UTC (rev 30168)
+++ pyxfce/branches/4.6/configure.ac	2009-07-02 21:54:51 UTC (rev 30169)
@@ -4,11 +4,11 @@
 ACLOCAL_AMFLAGS = -I m4
 
 m4_define(pyxfce_major_version, 4)
-m4_define(pyxfce_minor_version, 4)
+m4_define(pyxfce_minor_version, 6)
 m4_define(pyxfce_micro_version, 0)
 m4_define(pyxfce_version, pyxfce_major_version.pyxfce_minor_version.pyxfce_micro_version)
 
-m4_define(xfce_required_version, 4.4.0)
+m4_define(xfce_required_version, 4.6.0)
 
 AC_INIT(pyxfce, pyxfce_version, [])
 




More information about the Xfce4-commits mailing list